Company Lookalikes by Automata

Visit a company's website or LinkedIn page to discover similar companies using text analysis.

Qu'est-ce que Company Lookalikes by Automata ?

Company Lookalikes by Automata est une extension Chrome développée par Automata, et sa fonction principale est "Visit a company's website or LinkedIn page to discover similar companies using text analysis.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Company Lookalikes by Automata

Téléchargez les fichiers d'extension Company Lookalikes by Automata au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        -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.                    

Informations de Base sur l'Extension

Nom Company Lookalikes by Automata Company Lookalikes by Automata
ID eihifnmicdokknbnmanmmlgdpnohijcm
URL Officiel https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm
Description Visit a company's website or LinkedIn page to discover similar companies using text analysis.
Taille du Fichier 257 KB
Nombre d'Installations 157
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-04-02
Date de Publication 2020-04-02
Développeur Automata
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://byautomata.io
URL de la Page d'Aide https://byautomata.io/faq
URL de la Page de Politique de Confidentialité https://byautomata.io/privacy
Langues Prises en Charge 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';"
}