Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Hvad er Catch Extension?
Catch Extension er en Chrome-udvidelse udviklet af http://catchandrelease.com, og dens hovedfunktion er "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Udvidelsesskærmbilleder
Download Catch Extension-udvidelses-CRX-fil
Download Catch Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Officiel URL | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Beskrivelse | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Filstørrelse | 58.82 KB |
Antal Installationer | 602 |
Nuværende Version | 3.0.5 |
Senest Opdateret | 2020-04-06 |
Udgivelsesdato | 2020-04-06 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | http://catchandrelease.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://app.catchandrelease.com |
Hjælpeside-URL | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL til Fortrolighedspolitik Side | https://catchandrelease.com/privacy |
Understøttede Sprog | 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" } |