Catch Extension

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

Qu'est-ce que Catch Extension ?

Catch Extension est une extension Chrome développée par http://catchandrelease.com, et sa fonction principale est "Use the Catch Extension to curate and license content from the internet for creative campaigns.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Catch Extension

Téléchargez les fichiers d'extension Catch Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
URL Officiel https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
Description Use the Catch Extension to curate and license content from the internet for creative campaigns.
Taille du Fichier 58.82 KB
Nombre d'Installations 602
Version Actuelle 3.0.5
Dernière Mise à Jour 2020-04-06
Date de Publication 2020-04-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://catchandrelease.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.catchandrelease.com
URL de la Page d'Aide https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
URL de la Page de Politique de Confidentialité https://catchandrelease.com/privacy
Langues Prises en Charge 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"
}