Crayon Field Intel

Collect competitor intel as you come across it in your browser.

Crayon Field Intel란 무엇입니까?

Crayon Field Intel은(는) Crayon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect competitor intel as you come across it in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Crayon Field Intel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✅ Capture Competitive Intel from Anywhere Online

Using Crayon's Chrome extension, you can submit field intelligence instantly—regardless of where you're browsing—and all without leaving your active window or tab.

💪 Stay Engaged with your Company's Competitive Intelligence Program

Share articles and other competitive content online with just a few clicks. Simply highlight text or point to specific sections of the webpage and the information will be loaded instantly.

⏩ The Fastest Way to Submit Field Intelligence

As you submit field intel, it will be accessible to your Cl expert’s stream of competitive insights in real-time, where they can add comments, key takeaways, and relevant information to battlecards, dashboards, newsletters and more.

----------------------
About Crayon

Crayon’s mission is to provide enterprise and mid-sized businesses with a complete, real-time picture of what their competitors are up to—delivering valuable insights to key departments in a range of accessible formats.

Founded in 2015, Crayon is the established leader in the CI software space, using AI and machine learning to provide customers with the data and insights they need to make real-time decisions and create a sustainable competitive advantage in their market.

Compete like you mean it, with Crayon.

Learn more at Crayon.co.                    

확장 프로그램 기본 정보

이름 Crayon Field Intel Crayon Field Intel
ID fginiicifdhhkgnmklegggndiaggofof
공식 URL https://chromewebstore.google.com/detail/crayon-field-intel/fginiicifdhhkgnmklegggndiaggofof
설명 Collect competitor intel as you come across it in your browser.
파일 크기 800 KB
설치 횟수 678
현재 버전 0.9.0.6
최근 업데이트 2023-04-21
출시 날짜 2022-07-04
평점 5.00/5 총 2 개의 평점
개발자 Crayon
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.crayon.co/
도움말 페이지 URL https://support.crayon.co/hc/en-us/requests/new
개인정보 보호 정책 페이지 URL https://www.crayon.co/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crayon Field Intel",
    "description": "Collect competitor intel as you come across it in your browser.",
    "version": "0.9.0.6",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.crayon.co\/login\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/logo_48.png",
        "default_title": "Crayon Competitive Intelligence"
    },
    "icons": {
        "16": "assets\/logo_16.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "host_permissions": [
        "https:\/\/app.crayon.co\/"
    ]
}