Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Catch Extensionとは何ですか?
Catch Extensionはhttp://catchandrelease.comによって開発されたChromeの拡張機能で、その主な機能は「Use the Catch Extension to curate and license content from the internet for creative campaigns.」です。
拡張機能のスクリーンショット
Catch Extension拡張機能のCRXファイルをダウンロード
Catch Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://app.catchandrelease.com |
ヘルプページのURL | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
プライバシーポリシーページのURL | 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" } |