Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
O que é Envato desktop sales notifications?
Envato desktop sales notifications é uma extensão do Chrome desenvolvida por Hogash, e sua principal característica é "Shows off a notification when you get a new sale on an envato marketplace.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Envato desktop sales notifications
Baixe arquivos de extensão Envato desktop sales notifications 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
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.
Informações Básicas da Extensão
Nome | Envato desktop sales notifications |
ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
URL Oficial | https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb |
Descrição | Shows off a notification when you get a new sale on an envato marketplace. |
Tamanho do Arquivo | 62.08 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-02-23 |
Data de Publicação | 2015-02-23 |
Classificação | 5.00/5 Total de 15 Avaliações |
Desenvolvedor | Hogash |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Envato desktop sales notifications", "version": "1.0.2", "description": "Shows off a notification when you get a new sale on an envato marketplace.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "background": { "page": "background.html" }, "manifest_version": 2 } |