ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
Hvad er ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool er en Chrome-udvidelse udviklet af Crowley.Link, og dens hovedfunktion er "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Udvidelsesskærmbilleder
Download ProductDyno - Unofficial Support Tool-udvidelses-CRX-fil
Download ProductDyno - Unofficial Support Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Officiel URL | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
| Beskrivelse | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
| Filstørrelse | 12.13 KB |
| Antal Installationer | 134 |
| Nuværende Version | 0.9 |
| Senest Opdateret | 2017-12-06 |
| Udgivelsesdato | 2017-12-06 |
| Udvikler | Crowley.Link |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://crowley.link/legal |
| Understøttede Sprog | 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"
}
} | |