Company Lookalikes by Automata
Visit a company's website or LinkedIn page to discover similar companies using text analysis.
什麼是Company Lookalikes by Automata?
Company Lookalikes by Automata是由Automata開發的Chrome擴展程式,該擴展的主要功能是“Visit a company's website or LinkedIn page to discover similar companies using text analysis.”。
擴展截圖
下載Company Lookalikes by Automata擴展crx文件
下載Company Lookalikes by Automata擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
-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.
擴展基本資訊
名稱 | Company Lookalikes by Automata |
ID | eihifnmicdokknbnmanmmlgdpnohijcm |
官方網址 | https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm |
簡介 | Visit a company's website or LinkedIn page to discover similar companies using text analysis. |
檔案大小 | 257 KB |
安裝次數 | 157 |
目前版本 | 1.2.0 |
更新時間 | 2020-04-02 |
上架時間 | 2020-04-02 |
開發者 | Automata |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://byautomata.io |
說明頁面URL | https://byautomata.io/faq |
隱私政策頁面URL | https://byautomata.io/privacy |
支援的語言 | 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';" } |