PocketInformant Web
PocketInformant Chrome Extension
PocketInformant Webとは何ですか?
PocketInformant Webはhttps://app.pocketinformant.comによって開発されたChromeの拡張機能で、その主な機能は「PocketInformant Chrome Extension」です。
拡張機能のスクリーンショット
PocketInformant Web拡張機能のCRXファイルをダウンロード
PocketInformant Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pocket Informant for Web - Keep track of your Informant Sync projects and tasks, and be reminded to check in regularly while browsing the web. Pocket Informant is a popular personal information management (PIM) software and mobile app designed to help users organize their schedules, tasks, and contacts. It is known for its robust set of features and capabilities for managing and planning various aspects of one's life and work. Pocket Informant chrome extension is used to easily access Pocket Informant for Web.
拡張機能の基本情報
名前 | |
ID | dhgccdmhjimfkkolkndajocgdfgphaik |
公式URL | https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik |
説明 | PocketInformant Chrome Extension |
ファイルサイズ | 742 KB |
インストール数 | 1,971 |
現在のバージョン | 7.2 |
最終更新日 | 2023-10-03 |
公開日 | 2021-03-31 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | https://app.pocketinformant.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pocketinformant.com/ |
ヘルプページのURL | https://pocketinformant.com/support/ |
プライバシーポリシーページのURL | https://pocketinformant.com/company-press/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PocketInformant Web", "version": "7.2", "description": "PocketInformant Chrome Extension", "browser_action": { "icons": "favicon.ico", "default_icon": "favicon.png", "default_title": "PocketInformant Chrome Extension", "default_popup": "pi-chrome.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "jquery-3.6.0.min.js", "background.js" ], "persistent": false }, "manifest_version": 2 } |