Snaptiks UIDs Converter

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

Was ist Snaptiks UIDs Converter?

Snaptiks UIDs Converter ist eine Chrome-Erweiterung, die von mahmoud.gamal.mousa entwickelt wurde, und ihr Hauptmerkmal ist "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".

Snaptiks UIDs Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snaptiks UIDs Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
Offizielle URL https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Beschreibung Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Dateigröße 8.93 KB
Installationsanzahl 41
Aktuelle Version 0.1.1
Letztes Update 2015-02-03
Veröffentlichungsdatum 2015-02-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mahmoud.gamal.mousa
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}