ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
Apa itu ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool adalah ekstensi Chrome yang dikembangkan oleh Crowley.Link, dan fitur utamanya adalah "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ProductDyno - Unofficial Support Tool
Unduh file ekstensi ProductDyno - Unofficial Support Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
URL Resmi | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Deskripsi | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
Ukuran File | 12.13 KB |
Jumlah Instalasi | 134 |
Versi Saat Ini | 0.9 |
Terakhir Diperbarui | 2017-12-06 |
Tanggal Publikasi | 2017-12-06 |
Pengembang | Crowley.Link |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://crowley.link/legal |
Bahasa yang Didukung | 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" } } |