-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tiktok-ads
- Loading branch information
Showing
21 changed files
with
176 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "APRESENTAME", | ||
"name": "Apresenta.me", | ||
"orgUrl": "https://apresenta.me/", | ||
"iconUrl": "https://a.apresenta.me/images/fav/36x36.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "CHARGEBEE", | ||
"name": "Chargebee", | ||
"iconUrl": "https://www.chargebee.com/static/resources/brand/favicon.png", | ||
"orgUrl": "https://www.chargebee.com/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "DASHZOOM", | ||
"name": "Dashzoom", | ||
"orgUrl": "https://www.dashzoom.com.br", | ||
"iconUrl": "https://dashzoom.com.br/imagens/icon.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "DATABRICKS", | ||
"name": "Databricks", | ||
"iconUrl": | ||
"https://storage.googleapis.com/databricks_logo/Databricks64.png", | ||
"orgUrl": "https://www.databricks.com/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "DAXRM", | ||
"name": "DAXRM", | ||
"orgUrl": "https://www.daxrm.com/", | ||
"iconUrl": "https://www.daxrm.com/assets/daxrm_dstudio_40px.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "DYNOMAPPER", | ||
"name": "DYNO Mapper", | ||
"iconUrl": | ||
"https://d31ninron5tttf.cloudfront.net/images/logo_icon.0a738fc6.png", | ||
"orgUrl": "https://dynomapper.com/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "GRACEBLOCKS", | ||
"name": "GraceBlocks", | ||
"orgUrl": "https://www.graceblocks.com", | ||
"iconUrl": | ||
"https://uploads-ssl.webflow.com/5de2fed23719a12de9e53d89/5e80f5e8dc54457a5df413dc_Favicon2.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "INTERCOM", | ||
"name": "Intercom", | ||
"iconUrl": "https://cdn.worldvectorlogo.com/logos/intercom-2.svg", | ||
"orgUrl": "https://www.intercom.com/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"id": "SQR", | ||
"name": "SQR", | ||
"iconUrl": "https://sqr.co/uploads/main/b94d873887aa9eab884ac694dd98629c.png", | ||
"orgUrl": "https://sqr.co/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "APRESENTAME", | ||
"name": "Apresenta.me", | ||
"categories": ["CRM", "ANALYTICS"], | ||
"organization": "APRESENTAME", | ||
"iconUrl": "https://a.apresenta.me/images/fav/36x36.png", | ||
"sourceUrl": "https://www.apresenta.me/", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{a | ||
"id": "CHARGEBEE", | ||
"name": "Chargebee", | ||
"categories": [ | ||
"PAYMENTS" | ||
], | ||
"organization": "CHARGEBEE", | ||
"iconUrl": "https://www.chargebee.com/static/resources/brand/favicon.png", | ||
"sourceUrl": "https://www.chargebee.com/", | ||
"dataVisibility": [ | ||
"PRIVATE" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "DATABRICKS", | ||
"name": "Databricks", | ||
"categories": ["DATABASE"], | ||
"organization": "DATABRICKS", | ||
"iconUrl": | ||
"https://storage.googleapis.com/databricks_logo/Databricks64.png", | ||
"sourceUrl": "https://www.databricks.com", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "DAXRM_RANK_TRACKER", | ||
"name": "DAXRM Rank Tracker", | ||
"organization": "DAXRM", | ||
"sourceUrl": "https://www.daxrm.com/", | ||
"iconUrl": "https://www.daxrm.com/assets/daxrm_dstudio_40px.png", | ||
"categories": ["SEO"], | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "DYNOMAPPER", | ||
"name": "DYNO Mapper", | ||
"categories": ["PROJECT_MANAGEMENT", "SEO", "TOOLS"], | ||
"organization": "DYNOMAPPER", | ||
"iconUrl": | ||
"https://d31ninron5tttf.cloudfront.net/images/logo_icon.0a738fc6.png", | ||
"sourceUrl": "https://dynomapper.com/", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "FATHOM_ANALYTICS", | ||
"name": "Fathom Analytics", | ||
"categories": ["ANALYTICS"], | ||
"organization": "Conva Ventures Inc.FATHOM", | ||
"iconUrl": "https://usefathom.com/assets/src/favicon-dark.svg", | ||
"sourceUrl": "https://usefathom.com", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "GRACEBLOCKS", | ||
"name": "GraceBlocks", | ||
"categories": ["DATABASE"], | ||
"organization": "GRACEBLOCKS", | ||
"iconUrl": "https://uploads-ssl.webflow.com/5de2fed23719a12de9e53d89/5e80f5e8dc54457a5df413dc_Favicon2.png", | ||
"sourceUrl": "https://www.graceblocks.com", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "INTERCOM", | ||
"name": "Intercom", | ||
"categories": ["CUSTOMER_SUPPORT", "MARKETING"], | ||
"organization": "INTERCOM", | ||
"iconUrl": "https://cdn.worldvectorlogo.com/logos/intercom-2.svg", | ||
"sourceUrl": "https://www.intercom.com/", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "OEE_BOX_DASHZOOM", | ||
"name": "OEE Box Dashzoom", | ||
"categories": ["IOT", "API", "ANALYTICS"], | ||
"organization": "DASHZOOM", | ||
"iconUrl": "https://dashzoom.com.br/imagens/icon.png", | ||
"sourceUrl": "https://dashzoom.com.br", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "SNAPCHAT_MARKETING", | ||
"name": "Snapchat Marketing", | ||
"categories": ["MARKETING"], | ||
"organization": "SNAP", | ||
"iconUrl": "https://static.funnel.io/logos/icon48x48/snapchat.png", | ||
"sourceUrl": "https://businesshelp.snapchat.com/s/article/api-apply", | ||
"dataVisibility": ["PRIVATE"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"id": "SQR", | ||
"name": "SQR", | ||
"categories": [ | ||
"TOOLS" | ||
], | ||
"organization": "SQR", | ||
"iconUrl": "https://sqr.co/uploads/main/b94d873887aa9eab884ac694dd98629c.png", | ||
"sourceUrl": "https://sqr.co/", | ||
"dataVisibility": [ | ||
"PRIVATE" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "TRAWLINGWEBNEWS", | ||
"name": "TrawlingWeb News", | ||
"categories": ["NEWS", "SOCIAL", "MARKETING", "PUBLIC_RELATIONS"], | ||
"organization": "TRAWLINGWEB", | ||
"iconUrl": | ||
"https://img1.wsimg.com/isteam/ip/00c0b242-8ce8-4225-b57c-67776c326bad/logo%20drop.png/:/", | ||
"sourceUrl": "https://trawlingweb.com/", | ||
"dataVisibility": ["PRIVATE"] | ||
} |