Crash pitch tool

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

Hvad er Crash pitch tool?

Crash pitch tool er en Chrome-udvidelse udviklet af crash.co, og dens hovedfunktion er "Pitch any job you find on the web using Crash.co".

Udvidelsesskærmbilleder

screenshot

Download Crash pitch tool-udvidelses-CRX-fil

Download Crash pitch tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
Officiel URL https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
Beskrivelse Pitch any job you find on the web using Crash.co
Filstørrelse 56.88 KB
Antal Installationer 365
Nuværende Version 0.1.2
Senest Opdateret 2020-09-09
Udgivelsesdato 2020-04-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler crash.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://crash.co
Hjælpeside-URL https://crash.co/help
Understøttede Sprog 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"
            ]
        }
    ]
}