listy.email

listy.email new tab

listy.email क्या है?

listy.email Listy.email द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "listy.email new tab"।

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

screenshot

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

crx प्रारूप में listy.email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This free extension enhances your new tab page by providing:

1.Shortcuts to popular email providers (Gmail, Hotmail, YMail & AOL Mail) 
2. Shortcuts to top sites including Facebook, Youtube & Amazon..
3. Easy access to Yahoo Search via the search box.
4. Clock in the upper right hand corner.

It's free to try so go ahead and try it!                    

एक्सटेंशन की मूल जानकारी

नाम listy.email listy.email
ID aoekkpoenkmdemcheddbmclndonmiplc
आधिकारिक URL https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc
विवरण listy.email new tab
फ़ाइल का आकार 41.33 KB
स्थापना संख्या 730
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-03-04
प्रकाशन तिथि 2021-03-04
डेवलपर Listy.email
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://listy.email
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "listy.email",
    "short_name": "listy.email",
    "description": "listy.email new tab",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}