Get Email

Get all email exists on current website and store it in local, not send to server

Get Email क्या है?

Get Email phanmemviet24h द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get all email exists on current website and store it in local, not send to server"।

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

screenshot

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

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

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

                                            

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

नाम Get Email Get Email
ID accaalaikbngbnhikiiljfilnpphmegf
आधिकारिक URL https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf
विवरण Get all email exists on current website and store it in local, not send to server
फ़ाइल का आकार 80.89 KB
स्थापना संख्या 1,713
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-04-08
प्रकाशन तिथि 2015-04-08
रेटिंग 4.69/5 कुल 16 रेटिंग्स
डेवलपर phanmemviet24h
भुगतान के प्रकार free
समर्थित भाषाएँ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "emailmarketing-16.png",
        "48": "emailmarketing-48.png",
        "128": "emailmarketing-128.png"
    }
}