Crayon Field Intel

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

Qu'est-ce que Crayon Field Intel ?

Crayon Field Intel est une extension Chrome développée par Crayon, et sa fonction principale est "Collect competitor intel as you come across it in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crayon Field Intel

Téléchargez les fichiers d'extension Crayon Field Intel 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

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

Informations de Base sur l'Extension

Nom Crayon Field Intel Crayon Field Intel
ID fginiicifdhhkgnmklegggndiaggofof
URL Officiel https://chromewebstore.google.com/detail/crayon-field-intel/fginiicifdhhkgnmklegggndiaggofof
Description Collect competitor intel as you come across it in your browser.
Taille du Fichier 800 KB
Nombre d'Installations 678
Version Actuelle 0.9.0.6
Dernière Mise à Jour 2023-04-21
Date de Publication 2022-07-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Crayon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.crayon.co/
URL de la Page d'Aide https://support.crayon.co/hc/en-us/requests/new
URL de la Page de Politique de Confidentialité https://www.crayon.co/privacy
Langues Prises en Charge 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\/"
    ]
}