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. 拡張機能の基本情報
| 名前 | |
| ID | eihifnmicdokknbnmanmmlgdpnohijcm |
| 公式URL | 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 |
| Eメール | [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';"
} | |