digidip Creator's Kit
The practical solution for digidip content creators.
ما هو digidip Creator's Kit؟
digidip Creator's Kit هو إضافة Chrome تم تطويرها بواسطة https://digidip.net، والميزة الرئيسية لها هي "The practical solution for digidip content creators.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة digidip Creator's Kit
قم بتنزيل ملفات الامتداد digidip Creator's Kit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://digidip.net/contact |
عنوان صفحة سياسة الخصوصية | 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" ] } |