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
Eメール [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"
            ]
        }
    ]
}