digidip Creator's Kit
The practical solution for digidip content creators.
digidip Creator's Kit क्या है?
digidip Creator's Kit https://digidip.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The practical solution for digidip content creators."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में digidip Creator's Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | digidip Creator's Kit |
ID | cpdegdgpicdoilkkndhodjimenlgkacp |
आधिकारिक URL | https://chromewebstore.google.com/detail/digidip-creators-kit/cpdegdgpicdoilkkndhodjimenlgkacp |
विवरण | The practical solution for digidip content creators. |
फ़ाइल का आकार | 596 KB |
स्थापना संख्या | 557 |
वर्तमान संस्करण | 1.5.25 |
अंतिम अपडेट | 2021-10-08 |
प्रकाशन तिथि | 2020-06-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://digidip.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://digidip.net |
सहायता पृष्ठ URL | https://digidip.net/contact |
गोपनीयता नीति पृष्ठ URL | https://digidip.net/privacy-policy |
समर्थित भाषाएँ | 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" ] } |