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 https://schof.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to Gmail threads to add them to Things, including a link to the message."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to Things for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}