Crash pitch tool

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

Wat is Crash pitch tool?

Crash pitch tool is een Chrome-extensie ontwikkeld door crash.co, en de belangrijkste functie is "Pitch any job you find on the web using Crash.co".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crash pitch tool

Download Crash pitch tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
Officiële URL https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
Beschrijving Pitch any job you find on the web using Crash.co
Bestandsgrootte 56.88 KB
Aantal Installaties 365
Huidige Versie 0.1.2
Laatst Bijgewerkt 2020-09-09
Publicatiedatum 2020-04-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar crash.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://crash.co
Help Pagina-URL https://crash.co/help
Ondersteunde Talen 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"
            ]
        }
    ]
}