Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Sublyとは何ですか?
Sublyはhttps://subly.appによって開発されたChromeの拡張機能で、その主な機能は「Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…」です。
拡張機能のスクリーンショット
Subly拡張機能のCRXファイルをダウンロード
Subly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
公式URL | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
説明 | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
ファイルサイズ | 2.92 MB |
インストール数 | 198 |
現在のバージョン | 0.0.2 |
最終更新日 | 2024-01-03 |
公開日 | 2023-10-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://subly.app |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.subly.app/legal/privacy-policy |
対応言語 | 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" } } |