ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
What is ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool is a Chrome extension developed by Crowley.Link, and its main feature is "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Extension Screenshots
Download ProductDyno - Unofficial Support Tool Extension CRX File
Download ProductDyno - Unofficial Support Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Official URL | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Description | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
File Size | 12.13 KB |
Installation Count | 134 |
Current Version | 0.9 |
Last Updated | 2017-12-06 |
Publish Date | 2017-12-06 |
Developer | Crowley.Link |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://crowley.link/legal |
Supported Languages | 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" } } |