Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Wat is Subly?
Subly is een Chrome-extensie ontwikkeld door https://subly.app, en de belangrijkste functie is "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".
Extensie Screenshots
Download het CRX-bestand van de extensie Subly
Download Subly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
Officiële URL | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
Beschrijving | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
Bestandsgrootte | 2.92 MB |
Aantal Installaties | 198 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2024-01-03 |
Publicatiedatum | 2023-10-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://subly.app |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.subly.app/legal/privacy-policy |
Ondersteunde Talen | 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" } } |