Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
O que é Subly?
Subly é uma extensão do Chrome desenvolvida por https://subly.app, e sua principal característica é "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Subly
Baixe arquivos de extensão Subly 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
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can automatically save subscription details from any webpage. Say goodbye to forgetting about those auto-renewal subscriptions and take control of your online expenses.
Informações Básicas da Extensão
Nome | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
URL Oficial | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
Descrição | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
Tamanho do Arquivo | 2.92 MB |
Contagem de Instalações | 198 |
Versão Atual | 0.0.2 |
Última Atualização | 2024-01-03 |
Data de Publicação | 2023-10-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://subly.app |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.subly.app/legal/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Subly", "version": "0.0.2", "action": { "default_popup": "index.html", "default_title": "Subly - Subscriptions manager" }, "permissions": [ "storage", "tabs", "activeTab" ], "background": { "service_worker": "sw.js" }, "externally_connectable": { "matches": [ "*:\/\/web.subly.app\/*", "http:\/\/localhost:3000\/*" ] }, "icons": { "16": "icon-512.png", "48": "icon-512.png", "128": "icon-512.png" } } |