Snaptiks UIDs Converter
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
ما هو Snaptiks UIDs Converter؟
Snaptiks UIDs Converter هو إضافة Chrome تم تطويرها بواسطة mahmoud.gamal.mousa، والميزة الرئيسية لها هي "Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails".
تحميل ملف CRX للإضافة Snaptiks UIDs Converter
قم بتنزيل ملفات الامتداد Snaptiks UIDs Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails
معلومات أساسية عن التمديد
الاسم | |
ID | phjfgnkofpnliccpmoghjfmbpehiggjp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snaptiks-uids-converter/phjfgnkofpnliccpmoghjfmbpehiggjp |
الوصف | Using this plugin you can convert excel file of UIDs exported from Snaptiks website to the facebook emails |
حجم الملف | 8.93 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2015-02-03 |
تاريخ النشر | 2015-02-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mahmoud.gamal.mousa |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/*" ] } |