Crash pitch tool

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

What is Crash pitch tool?

Crash pitch tool is a Chrome extension developed by crash.co, and its main feature is "Pitch any job you find on the web using Crash.co".

Extension Screenshots

screenshot

Download Crash pitch tool Extension CRX File

Download Crash pitch tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
Official URL https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
Description Pitch any job you find on the web using Crash.co
File Size 56.88 KB
Installation Count 365
Current Version 0.1.2
Last Updated 2020-09-09
Publish Date 2020-04-29
Rating 5.00/5 Total 1 Ratings
Developer crash.co
Email [email protected]
Payment Type free
Extension Website https://crash.co
Help Page URL https://crash.co/help
Supported Languages 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"
            ]
        }
    ]
}