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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://schof.co และคุณลักษณะหลักของมันคือ "Adds a button to Gmail threads to add them to Things, including a link to the message."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Things for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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
}