Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Qu'est-ce que Subly ?
Subly est une extension Chrome développée par https://subly.app, et sa fonction principale est "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Subly
Téléchargez les fichiers d'extension Subly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
URL Officiel | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
Description | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
Taille du Fichier | 2.92 MB |
Nombre d'Installations | 198 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2024-01-03 |
Date de Publication | 2023-10-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://subly.app |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.subly.app/legal/privacy-policy |
Langues Prises en Charge | 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" } } |