Snaptiks UIDs Converter

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

Co je Snaptiks UIDs Converter?

Snaptiks UIDs Converter je rozšíření Chrome vyvinuté mahmoud.gamal.mousa, a jeho hlavní funkcí je „Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails“.

Stáhnout soubor CRX rozšíření Snaptiks UIDs Converter

Stáhněte si soubory rozšíření Snaptiks UIDs Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
Oficiální URL https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Popis Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Velikost souboru 8.93 KB
Počet instalací 41
Aktuální Verze 0.1.1
Poslední Aktualizace 2015-02-03
Datum Vydání 2015-02-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář mahmoud.gamal.mousa
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}