Company Lookalikes by Automata

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

Co je Company Lookalikes by Automata?

Company Lookalikes by Automata je rozšíření Chrome vyvinuté Automata, a jeho hlavní funkcí je „Visit a company's website or LinkedIn page to discover similar companies using text analysis.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Company Lookalikes by Automata

Stáhněte si soubory rozšíření Company Lookalikes by Automata ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Company Lookalikes by Automata Company Lookalikes by Automata
ID eihifnmicdokknbnmanmmlgdpnohijcm
Oficiální URL https://chromewebstore.google.com/detail/company-lookalikes-by-aut/eihifnmicdokknbnmanmmlgdpnohijcm
Popis Visit a company's website or LinkedIn page to discover similar companies using text analysis.
Velikost souboru 257 KB
Počet instalací 157
Aktuální Verze 1.2.0
Poslední Aktualizace 2020-04-02
Datum Vydání 2020-04-02
Vývojář Automata
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://byautomata.io
URL Stránky Nápovědy https://byautomata.io/faq
URL Stránky Zásad Ochrany Soukromí https://byautomata.io/privacy
Podporované Jazyky 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';"
}