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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visit a company's website or LinkedIn page to discover similar companies using text analysis."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Company Lookalikes by Automata एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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';" } |