Plutio
The Official Plutio Extension
Plutioとは何ですか?
Plutioはhttps://plutio.comによって開発されたChromeの拡張機能で、その主な機能は「The Official Plutio Extension」です。
拡張機能のスクリーンショット
Plutio拡張機能のCRXファイルをダウンロード
Plutio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create tasks and track time from your browser using this easy to use Plutio Official Extension.
拡張機能の基本情報
名前 | Plutio |
ID | ihflmpjhkokbfgcjcamhpbibpccepmgp |
公式URL | https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp |
説明 | The Official Plutio Extension |
ファイルサイズ | 109 KB |
インストール数 | 988 |
現在のバージョン | 4.0 |
最終更新日 | 2020-09-23 |
公開日 | 2020-08-21 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | https://plutio.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.plutio.com/legal/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plutio", "description": "The Official Plutio Extension", "version": "4.0", "browser_action": { "default_icon": "plutio.png", "default_popup": "popup.html" }, "icons": { "16": "plutio16.png", "22": "plutio22.png", "32": "plutio32.png", "48": "plutio48.png", "128": "plutio128.png" }, "background": { "scripts": [ "liveTimer.js", "trackTime.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab", "identity", "storage", "https:\/\/app.plutio.com\/signin\/authorize?app_id=CwtBod3Y8cXRAu4FZ", "https:\/\/www.plutio.com\/*", "https:\/\/www.app.plutio.com\/*" ] } |