Snaptiks UIDs Converter

Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails

Snaptiks UIDs Converterคืออะไร?

Snaptiks UIDs Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahmoud.gamal.mousa และคุณลักษณะหลักของมันคือ "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snaptiks UIDs Converter

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

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

                        Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails                    

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

ชื่อ Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
คำอธิบาย Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
ขนาดไฟล์ 8.93 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2015-02-03
วันที่เผยแพร่ 2015-02-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mahmoud.gamal.mousa
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snaptiks UIDs Converter",
    "description": "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}