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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
            ]
        }
    ]
}