Crash pitch tool

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

Crash pitch tool क्या है?

Crash pitch tool crash.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pitch any job you find on the web using Crash.co"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crash pitch tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}