Company Lookalikes by Automata
Visit a company's website or LinkedIn page to discover similar companies using text analysis.
Wat is Company Lookalikes by Automata?
Company Lookalikes by Automata is een Chrome-extensie ontwikkeld door Automata, en de belangrijkste functie is "Visit a company's website or LinkedIn page to discover similar companies using text analysis.".
Extensie Screenshots
Download het CRX-bestand van de extensie Company Lookalikes by Automata
Download Company Lookalikes by Automata-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
-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.
Basisinformatie over de Extensie
Naam | Company Lookalikes by Automata |
ID | eihifnmicdokknbnmanmmlgdpnohijcm |
Officiële URL | https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm |
Beschrijving | Visit a company's website or LinkedIn page to discover similar companies using text analysis. |
Bestandsgrootte | 257 KB |
Aantal Installaties | 157 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-04-02 |
Publicatiedatum | 2020-04-02 |
Ontwikkelaar | Automata |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://byautomata.io |
Help Pagina-URL | https://byautomata.io/faq |
URL van de Privacybeleid Pagina | https://byautomata.io/privacy |
Ondersteunde Talen | 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';" } |