PayPal Ticker
Keep track of your current paypal balance
O que é PayPal Ticker?
PayPal Ticker é uma extensão do Chrome desenvolvida por jfreak53, e sua principal característica é "Keep track of your current paypal balance".
Baixar o arquivo CRX da Extensão PayPal Ticker
Baixe arquivos de extensão PayPal Ticker 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
PayPal Tick allows you to keep track of your current PayPal account balance through the secure PayPal API over SSL at all times. It sits as an extension icon in Chrome and updates every minute your current balance.
Informações Básicas da Extensão
Nome | |
ID | khmifablcaogobekfmkhljljdfpenlel |
URL Oficial | https://chrome.google.com/webstore/detail/paypal-ticker/khmifablcaogobekfmkhljljdfpenlel |
Descrição | Keep track of your current paypal balance |
Tamanho do Arquivo | 44.58 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.1 |
Última Atualização | 2015-03-12 |
Data de Publicação | 2015-03-12 |
Classificação | 4.52/5 Total de 31 Avaliações |
Desenvolvedor | jfreak53 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": true, "page": "bg.html" }, "browser_action": { "default_icon": "bcicon.png", "default_title": "PayPal Ticker", "default_popup": "popup.html" }, "description": "Keep track of your current paypal balance", "name": "PayPal Ticker", "permissions": [ "https:\/\/*.paypal.com\/*", "storage" ], "version": "0.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html" } |