ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
Vad är ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool är en Chrome-tillägg utvecklad av Crowley.Link, och dess huvudfunktion är "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Tilläggsskärmbilder
Ladda ner ProductDyno - Unofficial Support Tool-förlängningens CRX-fil
Ladda ner ProductDyno - Unofficial Support Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Officiell webbadress | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Beskrivning | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
Filstorlek | 12.13 KB |
Antal Installationer | 134 |
Aktuell Version | 0.9 |
Senast Uppdaterad | 2017-12-06 |
Publiceringsdatum | 2017-12-06 |
Utvecklare | Crowley.Link |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://crowley.link/legal |
Stödda Språk | 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" } } |