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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |