Get Email

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

Get Emailคืออะไร?

Get Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phanmemviet24h และคุณลักษณะหลักของมันคือ "Get all email exists on current website and store it in local, not send to server"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Email

ดาวน์โหลดไฟล์ส่วนขยาย Get Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}