Add to OmniFocus for Gmail

Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.

Add to OmniFocus for Gmailคืออะไร?

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

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Add to OmniFocus for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.

This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected]

After installing, please reload any Gmail tabs you might have open, so that the button will show up.



Note: this extension is in no way affiliated or created by Omnigroup.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add to OmniFocus for Gmail Add to OmniFocus for Gmail
ID ihgdbplidfgbloomplhlgncccbnpfdpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm
คำอธิบาย Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
ขนาดไฟล์ 53.15 KB
จำนวนการติดตั้ง 1,052
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2020-07-09
วันที่เผยแพร่ 2019-07-22
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://schof.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://schof.co
URL หน้าช่วยเหลือ https://schof.co/?utm_source=gmail-omnifocus
URL หน้านโยบายความเป็นส่วนตัว https://infowijs.nl/privacy?r=google-webstore
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to OmniFocus for Gmail",
    "short_name": "OmniFocus",
    "version": "1.1.2",
    "description": "Adds a button to Gmail threads to add them to OmniFocus, 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
}