Crash pitch tool

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

Apa itu Crash pitch tool?

Crash pitch tool adalah ekstensi Chrome yang dikembangkan oleh crash.co, dan fitur utamanya adalah "Pitch any job you find on the web using Crash.co".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Crash pitch tool

Unduh file ekstensi Crash pitch tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
URL Resmi https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
Deskripsi Pitch any job you find on the web using Crash.co
Ukuran File 56.88 KB
Jumlah Instalasi 365
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2020-09-09
Tanggal Publikasi 2020-04-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang crash.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://crash.co
URL Halaman Bantuan https://crash.co/help
Bahasa yang Didukung 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"
            ]
        }
    ]
}