Crash pitch tool

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

ما هو Crash pitch tool؟

Crash pitch tool هو إضافة Chrome تم تطويرها بواسطة crash.co، والميزة الرئيسية لها هي "Pitch any job you find on the web using Crash.co".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Crash pitch tool

قم بتنزيل ملفات الامتداد Crash pitch tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}