Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
Catch Extension là gì?
Catch Extension là một tiện ích mở rộng Chrome được phát triển bởi http://catchandrelease.com, và tính năng chính của nó là "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Catch Extension
Tải xuống các tệp mở rộng Catch Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Mô tả | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
Kích Thước Tệp | 58.82 KB |
Số Lần Cài Đặt | 602 |
Phiên Bản Hiện Tại | 3.0.5 |
Cập Nhật Lần Cuối | 2020-04-06 |
Ngày Phát Hành | 2020-04-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://catchandrelease.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.catchandrelease.com |
URL Trang Trợ Giúp | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
URL Trang Chính Sách Bảo Mật | https://catchandrelease.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |