ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
ما هو ProductDyno - Unofficial Support Tool؟
ProductDyno - Unofficial Support Tool هو إضافة Chrome تم تطويرها بواسطة Crowley.Link، والميزة الرئيسية لها هي "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ProductDyno - Unofficial Support Tool
قم بتنزيل ملفات الامتداد ProductDyno - Unofficial Support Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unofficial PRODUCTDYNO Support Tool: The easiest way to sell, license, & securely delivery any type of digital product. This extension is packed with video tutorials, and easy access to your admin area!
معلومات أساسية عن التمديد
الاسم | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
الوصف | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
حجم الملف | 12.13 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 0.9 |
آخر تحديث | 2017-12-06 |
تاريخ النشر | 2017-12-06 |
المطور | Crowley.Link |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://crowley.link/legal |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ProductDyno - Unofficial Support Tool", "version": "0.9", "manifest_version": 2, "description": "ProductDyno: Sell, License, & Securely Delivery Digital Products!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "photo128-128.png", "default_title": "ProductDyno: Sell, License, & Securely Delivery Digital Products!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "photo128-128.png" } } |