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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
عنوان صفحة سياسة الخصوصية 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"
}