Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
What is Snaptiks UIDs Converter?
Snaptiks UIDs Converter is a Chrome extension developed by mahmoud.gamal.mousa, and its main feature is "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".
Download Snaptiks UIDs Converter Extension CRX File
Download Snaptiks UIDs Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Extension Basic Information
Name | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
Official URL | 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 |
File Size | 8.93 KB |
Installation Count | 41 |
Current Version | 0.1.1 |
Last Updated | 2015-02-03 |
Publish Date | 2015-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mahmoud.gamal.mousa |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |