ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
Wat is ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool is een Chrome-extensie ontwikkeld door Crowley.Link, en de belangrijkste functie is "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Extensie Screenshots
Download het CRX-bestand van de extensie ProductDyno - Unofficial Support Tool
Download ProductDyno - Unofficial Support Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Officiële URL | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Beschrijving | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
| Bestandsgrootte | 12.13 KB |
| Aantal Installaties | 134 |
| Huidige Versie | 0.9 |
| Laatst Bijgewerkt | 2017-12-06 |
| Publicatiedatum | 2017-12-06 |
| Ontwikkelaar | Crowley.Link |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://crowley.link/legal |
| Ondersteunde Talen | 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"
}
} | |