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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://schof.co/?utm_source=gmail-omnifocus
عنوان صفحة سياسة الخصوصية 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
}