Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Wat is Snaptiks UIDs Converter?
Snaptiks UIDs Converter is een Chrome-extensie ontwikkeld door mahmoud.gamal.mousa, en de belangrijkste functie is "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".
Download het CRX-bestand van de extensie Snaptiks UIDs Converter
Download Snaptiks UIDs Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Basisinformatie over de Extensie
Naam | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
Officiële URL | https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp |
Beschrijving | Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails |
Bestandsgrootte | 8.93 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2015-02-03 |
Publicatiedatum | 2015-02-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mahmoud.gamal.mousa |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |