Super FaceInvite
Beta Version. Allow user to invite all friends to a facebook event.
ما هو Super FaceInvite؟
Super FaceInvite هو إضافة Chrome تم تطويرها بواسطة Bernardo Amorim، والميزة الرئيسية لها هي "Beta Version. Allow user to invite all friends to a facebook event.".
تحميل ملف CRX للإضافة Super FaceInvite
قم بتنزيل ملفات الامتداد Super FaceInvite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Currently in beta. This simple page action allow you to invite all your friend to a facebook event with a single click. Check that out! v0.11 - Added a button to facebook event page so it's more easy to use it! v0.20 - Added a settings page, where you can disable the automatic submit (so you can uncheck some people) and added a nice great feature: Blacklist With Blacklist you can select people that you don't want to invite to your events (for example, your mom) Hope you enjoy! If you want, please endorse me: endorse.me/bamorim
معلومات أساسية عن التمديد
الاسم | Super FaceInvite |
ID | dgogicfoaanonfdbkbgapglejhdjenmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd |
الوصف | Beta Version. Allow user to invite all friends to a facebook event. |
حجم الملف | 6.93 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 0.20 |
آخر تحديث | 2012-11-20 |
تاريخ النشر | 2012-11-19 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | Bernardo Amorim |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super FaceInvite", "version": "0.20", "description": "Beta Version. Allow user to invite all friends to a facebook event.", "page_action": { "default_icon": "images\/icon.png", "default_title": "Invite all friends to this event!" }, "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "pages\/options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage" ], "manifest_version": 2 } |