Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Cos'è Snaptiks UIDs Converter?
Snaptiks UIDs Converter è un'estensione di Chrome sviluppata da mahmoud.gamal.mousa, e la sua funzione principale è "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".
Scarica il file CRX dell'estensione Snaptiks UIDs Converter
Scarica i file di estensione Snaptiks UIDs Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Informazioni di Base sull'Estensione
Nome | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
URL Ufficiale | https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp |
Descrizione | Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails |
Dimensione del File | 8.93 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2015-02-03 |
Data di Pubblicazione | 2015-02-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mahmoud.gamal.mousa |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |