Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Snaptiks UIDs Converter là gì?
Snaptiks UIDs Converter là một tiện ích mở rộng Chrome được phát triển bởi mahmoud.gamal.mousa, và tính năng chính của nó là "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".
Tải xuống tệp CRX của tiện ích mở rộng Snaptiks UIDs Converter
Tải xuống các tệp mở rộng Snaptiks UIDs Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
URL Chính Thức | https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp |
Mô tả | Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails |
Kích Thước Tệp | 8.93 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-02-03 |
Ngày Phát Hành | 2015-02-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mahmoud.gamal.mousa |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |