Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
O que é Push Notifications?
Push Notifications é uma extensão do Chrome desenvolvida por Rahul Golwalkar, e sua principal característica é "Show push notification for HelpTap new chats / jobs for Experts".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Push Notifications
Baixe arquivos de extensão Push 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
Play audio in Google Chrome for background tabs
Informações Básicas da Extensão
Nome | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
URL Oficial | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Descrição | Show push notification for HelpTap new chats / jobs for Experts |
Tamanho do Arquivo | 114 KB |
Contagem de Instalações | 119 |
Versão Atual | 0.1.1 |
Última Atualização | 2016-02-12 |
Data de Publicação | 2016-02-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Rahul Golwalkar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://helptap.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Push Notifications", "version": "0.1.1", "manifest_version": 2, "description": "Show push notification for HelpTap new chats \/ jobs for Experts", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/helptap.com\/", "permissions": [ "management", "notifications", "*:\/\/*.helptap.com\/*" ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.helptap.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.helptap.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content-script.js" ] } ] } |