Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Co je Catch Extension?
Catch Extension je rozšíření Chrome vyvinuté http://catchandrelease.com, a jeho hlavní funkcí je „Use the Catch Extension to curate and license content from the internet for creative campaigns.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Catch Extension
Stáhněte si soubory rozšíření Catch Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Oficiální URL | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Popis | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Velikost souboru | 58.82 KB |
Počet instalací | 602 |
Aktuální Verze | 3.0.5 |
Poslední Aktualizace | 2020-04-06 |
Datum Vydání | 2020-04-06 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | http://catchandrelease.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://app.catchandrelease.com |
URL Stránky Nápovědy | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL Stránky Zásad Ochrany Soukromí | https://catchandrelease.com/privacy |
Podporované Jazyky | 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" } |