Crash pitch tool

Pitch any job you find on the web using Crash.co

Qu'est-ce que Crash pitch tool ?

Crash pitch tool est une extension Chrome développée par crash.co, et sa fonction principale est "Pitch any job you find on the web using Crash.co".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crash pitch tool

Téléchargez les fichiers d'extension Crash pitch tool 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

                        Use this extension to save job opportunities you might want to pitch, to your Crash dashboard.                    

Informations de Base sur l'Extension

Nom Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
URL Officiel https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
Description Pitch any job you find on the web using Crash.co
Taille du Fichier 56.88 KB
Nombre d'Installations 365
Version Actuelle 0.1.2
Dernière Mise à Jour 2020-09-09
Date de Publication 2020-04-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur crash.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://crash.co
URL de la Page d'Aide https://crash.co/help
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crash pitch tool",
    "description": "Pitch any job you find on the web using Crash.co",
    "version": "0.1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/crash.co\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}