Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Vad är Subly?
Subly är en Chrome-tillägg utvecklad av https://subly.app, och dess huvudfunktion är "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".
Tilläggsskärmbilder
Ladda ner Subly-förlängningens CRX-fil
Ladda ner Subly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
Officiell webbadress | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
Beskrivning | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
Filstorlek | 2.92 MB |
Antal Installationer | 198 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2024-01-03 |
Publiceringsdatum | 2023-10-17 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://subly.app |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.subly.app/legal/privacy-policy |
Stödda Språk | 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" } } |