Snaptiks UIDs Converter

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

Vad är Snaptiks UIDs Converter?

Snaptiks UIDs Converter är en Chrome-tillägg utvecklad av mahmoud.gamal.mousa, och dess huvudfunktion är "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".

Ladda ner Snaptiks UIDs Converter-förlängningens CRX-fil

Ladda ner Snaptiks UIDs Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
Officiell webbadress https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Beskrivning Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Filstorlek 8.93 KB
Antal Installationer 41
Aktuell Version 0.1.1
Senast Uppdaterad 2015-02-03
Publiceringsdatum 2015-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mahmoud.gamal.mousa
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}