ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
Was ist ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool ist eine Chrome-Erweiterung, die von Crowley.Link entwickelt wurde, und ihr Hauptmerkmal ist "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Erweiterungsscreenshots
ProductDyno - Unofficial Support Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProductDyno - Unofficial Support Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Offizielle URL | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Beschreibung | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
| Dateigröße | 12.13 KB |
| Installationsanzahl | 134 |
| Aktuelle Version | 0.9 |
| Letztes Update | 2017-12-06 |
| Veröffentlichungsdatum | 2017-12-06 |
| Entwickler | Crowley.Link |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://crowley.link/legal |
| Unterstützte Sprachen | 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"
}
} | |