ProductDyno - Unofficial Support Tool
ProductDyno: Sell, License, & Securely Delivery Digital Products!
O que é ProductDyno - Unofficial Support Tool?
ProductDyno - Unofficial Support Tool é uma extensão do Chrome desenvolvida por Crowley.Link, e sua principal característica é "ProductDyno: Sell, License, & Securely Delivery Digital Products!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ProductDyno - Unofficial Support Tool
Baixe arquivos de extensão ProductDyno - Unofficial Support Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | nmjijnbpbmgigfhcnemmgfphjmnojbbb |
URL Oficial | https://chrome.google.com/webstore/detail/productdyno-unofficial-su/nmjijnbpbmgigfhcnemmgfphjmnojbbb |
Descrição | ProductDyno: Sell, License, & Securely Delivery Digital Products! |
Tamanho do Arquivo | 12.13 KB |
Contagem de Instalações | 134 |
Versão Atual | 0.9 |
Última Atualização | 2017-12-06 |
Data de Publicação | 2017-12-06 |
Desenvolvedor | Crowley.Link |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://crowley.link/legal |
Idiomas Suportados | 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" } } |