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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
-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 |
عنوان صفحة المساعدة | https://byautomata.io/faq |
عنوان صفحة سياسة الخصوصية | 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';" } |