ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
什麼是ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool是由Crowley.Link開發的Chrome擴展程式,該擴展的主要功能是“ProductDyno: Sell, License, & Securely Delivery Digital Products!”。
擴展截圖
下載ProductDyno - Unofficial Support Tool擴展crx文件
下載ProductDyno - Unofficial Support Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
官方網址 | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
簡介 | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
檔案大小 | 12.13 KB |
安裝次數 | 134 |
目前版本 | 0.9 |
更新時間 | 2017-12-06 |
上架時間 | 2017-12-06 |
開發者 | Crowley.Link |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://crowley.link/legal |
支援的語言 | 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" } } |