Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Apa itu Catch Extension?
Catch Extension adalah ekstensi Chrome yang dikembangkan oleh http://catchandrelease.com, dan fitur utamanya adalah "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Catch Extension
Unduh file ekstensi Catch Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
URL Resmi | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Deskripsi | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Ukuran File | 58.82 KB |
Jumlah Instalasi | 602 |
Versi Saat Ini | 3.0.5 |
Terakhir Diperbarui | 2020-04-06 |
Tanggal Publikasi | 2020-04-06 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | http://catchandrelease.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://app.catchandrelease.com |
URL Halaman Bantuan | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL Halaman Kebijakan Privasi | https://catchandrelease.com/privacy |
Bahasa yang Didukung | 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" } |