Crash pitch tool

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

什麼是Crash pitch tool?

Crash pitch tool是由crash.co開發的Chrome擴展程式,該擴展的主要功能是“Pitch any job you find on the web using Crash.co”。

擴展截圖

screenshot

下載Crash pitch tool擴展crx文件

下載Crash pitch tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Crash pitch tool Crash pitch tool
ID njicebecehmpjfanalngegpgmgllpaim
官方網址 https://chrome.google.com/webstore/detail/crash-pitch-tool/njicebecehmpjfanalngegpgmgllpaim
簡介 Pitch any job you find on the web using Crash.co
檔案大小 56.88 KB
安裝次數 365
目前版本 0.1.2
更新時間 2020-09-09
上架時間 2020-04-29
評分 5.00/5 共 1 次評分
開發者 crash.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://crash.co
說明頁面URL https://crash.co/help
支援的語言 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"
            ]
        }
    ]
}