Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Co to jest Snaptiks UIDs Converter?
Snaptiks UIDs Converter to rozszerzenie Chrome opracowane przez mahmoud.gamal.mousa, a jego główną funkcją jest „Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails”.
Pobierz plik CRX rozszerzenia Snaptiks UIDs Converter
Pobierz pliki rozszerzeń Snaptiks UIDs Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
Oficjalny URL | https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp |
Opis | Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails |
Rozmiar pliku | 8.93 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2015-02-03 |
Data Publikacji | 2015-02-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | mahmoud.gamal.mousa |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |