Add to Things for Gmail
Adds a button to Gmail threads to add them to Things, including a link to the message.
Add to Things for Gmailとは何ですか?
Add to Things for Gmailはhttps://schof.coによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to Gmail threads to add them to Things, including a link to the message.」です。
拡張機能のスクリーンショット
Add to Things for Gmail拡張機能のCRXファイルをダウンロード
Add to Things for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.
拡張機能の基本情報
名前 | Add to Things for Gmail |
ID | mkpapmkjeddhenbmhdihdiiijgckifln |
公式URL | https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln |
説明 | Adds a button to Gmail threads to add them to Things, including a link to the message. |
ファイルサイズ | 52.79 KB |
インストール数 | 306 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-07-24 |
公開日 | 2019-07-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://schof.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://schof.co |
ヘルプページのURL | https://schof.co/?utm_source=gmail-things |
プライバシーポリシーページのURL | https://infowijs.nl/privacy?r=google-webstore |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Things for Gmail", "short_name": "Things", "version": "1.0.1", "description": "Adds a button to Gmail threads to add them to Things, including a link to the message.", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "content.js", "main.js", "vendor.js" ], "manifest_version": 2 } |