Add to Things for Gmail
Adds a button to Gmail threads to add them to Things, including a link to the message.
Apa itu Add to Things for Gmail?
Add to Things for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://schof.co, dan fitur utamanya adalah "Adds a button to Gmail threads to add them to Things, including a link to the message.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add to Things for Gmail
Unduh file ekstensi Add to Things for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.
Informasi Dasar Ekstensi
Nama | Add to Things for Gmail |
ID | mkpapmkjeddhenbmhdihdiiijgckifln |
URL Resmi | https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln |
Deskripsi | Adds a button to Gmail threads to add them to Things, including a link to the message. |
Ukuran File | 52.79 KB |
Jumlah Instalasi | 306 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-07-24 |
Tanggal Publikasi | 2019-07-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://schof.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://schof.co |
URL Halaman Bantuan | https://schof.co/?utm_source=gmail-things |
URL Halaman Kebijakan Privasi | https://infowijs.nl/privacy?r=google-webstore |
Bahasa yang Didukung | 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 } |