Catch Extension

Use the Catch Extension to curate and license content from the internet for creative campaigns.

Catch Extensionคืออะไร?

Catch Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://catchandrelease.com และคุณลักษณะหลักของมันคือ "Use the Catch Extension to curate and license content from the internet for creative campaigns."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Catch Extension

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

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

                        The Catch&Release Catch Extension is the simplest way to find licensable content from anywhere on the internet for use in creative campaigns. Say goodbye to messy folders and random screenshots. Save photos, videos, and audio in Catch&Release for when you're ready to license them later.                    

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

ชื่อ Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
คำอธิบาย Use the Catch Extension to curate and license content from the internet for creative campaigns.
ขนาดไฟล์ 58.82 KB
จำนวนการติดตั้ง 602
เวอร์ชันปัจจุบัน 3.0.5
อัปเดตครั้งล่าสุด 2020-04-06
วันที่เผยแพร่ 2020-04-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://catchandrelease.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.catchandrelease.com
URL หน้าช่วยเหลือ https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
URL หน้านโยบายความเป็นส่วนตัว https://catchandrelease.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catch Extension",
    "browser_action": {
        "default_title": "Catch Extension",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/catchandrelease.com\/",
        "https:\/\/app.catchandrelease.com\/"
    ],
    "description": "Use the Catch Extension to curate and license content from the internet for creative campaigns.",
    "version": "3.0.5"
}