Pitch.Link Discovery

Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.

Pitch.Link Discoveryคืออะไร?

Pitch.Link Discovery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pitch.link และคุณลักษณะหลักของมันคือ "Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pitch.Link Discovery

ดาวน์โหลดไฟล์ส่วนขยาย Pitch.Link Discovery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application. While researching prospects, competition and markets, you can take screenshots, capture links and take notes. You can then save these within projects and folders in the PitchLink Discovery module. You can also create Projects and Folders on the fly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pitch.Link Discovery Pitch.Link Discovery
ID hlkmmibcdnpkljedncfhbkbkppaaiifd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pitchlink-discovery/hlkmmibcdnpkljedncfhbkbkppaaiifd
คำอธิบาย Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-11-26
วันที่เผยแพร่ 2018-09-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://pitch.link
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pitch.link/pages/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/pitchlink.png",
        "default_popup": "popup.html",
        "default_title": "Pitch.Link Discovery."
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "description": "Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk90m7dXXna0+1uYx3oBhwX7X8lryCJBfRbg3mvq0MeuK3vHONc4h8LSqfatvmb7moKsrm05q4xkPuSdGFoc87Z9l6hYBxACfBOzlzPXXCiEfUBiWGEz6wz\/epyHEDNEmhLXPUKjKwvYt9B7phPNVallmOgAcUlG3oj8yOvqAohvrBfzTz9hQugOH+ntg\/g\/Scf\/IJr\/ag4nnXYble6fVx8QxtjzvNANpcadMndk79OYHBHqZtha13pBuLmlUfF8UyxpBFrjG0caXsJ1t9cvRfD3g2PnxeXuPhk4PjDMW1SE3WXNABeP6NJZJC8m4G1yR5XsxxV\/SXVr3tMEh0wI7DQIDAQAB",
    "manifest_version": 2,
    "name": "Pitch.Link Discovery",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}