Crayon Field Intel

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

Crayon Field Intel क्या है?

Crayon Field Intel Crayon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect competitor intel as you come across it in your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crayon Field Intel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}