digidip Creator's Kit
The practical solution for digidip content creators.
digidip Creator's Kit là gì?
digidip Creator's Kit là một tiện ích mở rộng Chrome được phát triển bởi https://digidip.net, và tính năng chính của nó là "The practical solution for digidip content creators.".
Ả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 digidip Creator's Kit
Tải xuống các tệp mở rộng digidip Creator's Kit 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 practical solution for digidip content creators. The digidip Creator’s Kit Browser Extension allows our Publishers to easily get a general overview of key information regarding our affiliate programs while surfing on the advertiser’s website. Aside of offering them a brief summary of the program, Publishers can easily grab short affiliate links directly from the advertiser’s site allowing them to rapidly publish affiliate links on their sites and social media platforms with one click. Please keep in mind that you have to be an approved publisher to be able to make use of this extension. Privacy Policy: https://digidip.net/privacy-policy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | digidip Creator's Kit |
ID | cpdegdgpicdoilkkndhodjimenlgkacp |
URL Chính Thức | https://chromewebstore.google.com/detail/digidip-creators-kit/cpdegdgpicdoilkkndhodjimenlgkacp |
Mô tả | The practical solution for digidip content creators. |
Kích Thước Tệp | 596 KB |
Số Lần Cài Đặt | 557 |
Phiên Bản Hiện Tại | 1.5.25 |
Cập Nhật Lần Cuối | 2021-10-08 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://digidip.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://digidip.net |
URL Trang Trợ Giúp | https://digidip.net/contact |
URL Trang Chính Sách Bảo Mật | https://digidip.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "digidip Creator's Kit", "description": "The practical solution for digidip content creators.", "version": "1.5.25", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "open_in_sidebar": "true", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "digidip Creator's Kit" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "js": [ "content-script.js", "main.js", "polyfills.js", "runtime.js" ], "css": [ "assets\/css\/material-icons.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/docs.google.com\/*", "https:\/\/digidip.net\/*" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "cookies", "storage", "background", "http:\/\/*.digidip.net\/*", "https:\/\/*.digidip.net\/*, https:\/\/digidip.local:8081\/*, http:\/\/digidip.local:8081\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "content-script.js", "main.js", "polyfills.js", "runtime.js", "assets\/css\/material-icons.css", "assets\/fonts\/MaterialIcons-Regular.ttf", "assets\/fonts\/MaterialIcons-Regular.woff", "assets\/fonts\/MaterialIcons-Regular.woff2", "assets\/fonts\/MaterialIcons-Regular.aot" ] } |