Company Lookalikes by Automata
Visit a company's website or LinkedIn page to discover similar companies using text analysis.
What is Company Lookalikes by Automata?
Company Lookalikes by Automata is a Chrome extension developed by Automata, and its main feature is "Visit a company's website or LinkedIn page to discover similar companies using text analysis.".
Extension Screenshots
Download Company Lookalikes by Automata Extension CRX File
Download Company Lookalikes by Automata extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
-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.
Extension Basic Information
Name | Company Lookalikes by Automata |
ID | eihifnmicdokknbnmanmmlgdpnohijcm |
Official URL | https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm |
Description | Visit a company's website or LinkedIn page to discover similar companies using text analysis. |
File Size | 257 KB |
Installation Count | 157 |
Current Version | 1.2.0 |
Last Updated | 2020-04-02 |
Publish Date | 2020-04-02 |
Developer | Automata |
[email protected] | |
Payment Type | free |
Extension Website | https://byautomata.io |
Help Page URL | https://byautomata.io/faq |
Privacy Policy Page URL | https://byautomata.io/privacy |
Supported Languages | 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';" } |