Snaptiks UIDs Converter

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

Qu'est-ce que Snaptiks UIDs Converter ?

Snaptiks UIDs Converter est une extension Chrome développée par mahmoud.gamal.mousa, et sa fonction principale est "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".

Télécharger le fichier CRX de l'extension Snaptiks UIDs Converter

Téléchargez les fichiers d'extension Snaptiks UIDs Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Snaptiks UIDs Converter Snaptiks UIDs Converter
ID phjfgnkofpnliccpmoghjfmbpehiggjp
URL Officiel https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp
Description Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Taille du Fichier 8.93 KB
Nombre d'Installations 41
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-02-03
Date de Publication 2015-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur mahmoud.gamal.mousa
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}