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
官方URL 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"
            ]
        }
    ]
}