Snaptiks UIDs Converter

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

Hvad er Snaptiks UIDs Converter?

Snaptiks UIDs Converter er en Chrome-udvidelse udviklet af mahmoud.gamal.mousa, og dens hovedfunktion er "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".

Download Snaptiks UIDs Converter-udvidelses-CRX-fil

Download Snaptiks UIDs Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
Officiel URL https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Beskrivelse Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Filstørrelse 8.93 KB
Antal Installationer 41
Nuværende Version 0.1.1
Senest Opdateret 2015-02-03
Udgivelsesdato 2015-02-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler mahmoud.gamal.mousa
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}