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 |
| 电子邮箱 | [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';"
} | |