Company Lookalikes by Automata
Visit a company's website or LinkedIn page to discover similar companies using text analysis.
Company Lookalikes by Automata là gì?
Company Lookalikes by Automata là một tiện ích mở rộng Chrome được phát triển bởi Automata, và tính năng chính của nó là "Visit a company's website or LinkedIn page to discover similar companies using text analysis.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Company Lookalikes by Automata
Tải xuống các tệp mở rộng Company Lookalikes by Automata dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
-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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Company Lookalikes by Automata |
ID | eihifnmicdokknbnmanmmlgdpnohijcm |
URL Chính Thức | https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm |
Mô tả | Visit a company's website or LinkedIn page to discover similar companies using text analysis. |
Kích Thước Tệp | 257 KB |
Số Lần Cài Đặt | 157 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-04-02 |
Ngày Phát Hành | 2020-04-02 |
Nhà Phát Triển | Automata |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://byautomata.io |
URL Trang Trợ Giúp | https://byautomata.io/faq |
URL Trang Chính Sách Bảo Mật | https://byautomata.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |