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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visit a company's website or LinkedIn page to discover similar companies using text analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Company Lookalikes by Automata 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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';"
}