Company Lookalikes by Automata
Visit a company's website or LinkedIn page to discover similar companies using text analysis.
Vad är Company Lookalikes by Automata?
Company Lookalikes by Automata är en Chrome-tillägg utvecklad av Automata, och dess huvudfunktion är "Visit a company's website or LinkedIn page to discover similar companies using text analysis.".
Tilläggsskärmbilder
Ladda ner Company Lookalikes by Automata-förlängningens CRX-fil
Ladda ner Company Lookalikes by Automata-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
-Find companies with similar characteristics to your customers -Generate lookalike companies to expand on your current prospects -Identify competitors and conduct research in your market Upgrade to our Google Sheets product or request API access to analyze your existing company database and find lookalikes at scale.
Grundläggande Information om Tillägg
Namn | Company Lookalikes by Automata |
ID | eihifnmicdokknbnmanmmlgdpnohijcm |
Officiell webbadress | https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm |
Beskrivning | Visit a company's website or LinkedIn page to discover similar companies using text analysis. |
Filstorlek | 257 KB |
Antal Installationer | 157 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2020-04-02 |
Publiceringsdatum | 2020-04-02 |
Utvecklare | Automata |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://byautomata.io |
Hjälpsida URL | https://byautomata.io/faq |
URL till Sekretesspolicy Sidan | https://byautomata.io/privacy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Company Lookalikes by Automata", "version": "1.2.0", "description": "Visit a company's website or LinkedIn page to discover similar companies using text analysis.", "permissions": [ "activeTab", "storage", "identity.email", "identity", "https:\/\/demo.byautomata.io" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "src\/main.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com; object-src 'self';" } |