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

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

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