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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Automata และคุณลักษณะหลักของมันคือ "Visit a company's website or LinkedIn page to discover similar companies using text analysis."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Company Lookalikes by Automata
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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';" } |