Inviter
Invite All Friends the Easy Way
Inviterคืออะไร?
Inviter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fbdn.it และคุณลักษณะหลักของมันคือ "Invite All Friends the Easy Way"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inviter
ดาวน์โหลดไฟล์ส่วนขยาย Inviter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
English Description -------------------- Want to invite all your friends to an event without the need to manually scroll through the entire list? One of the features of Inviter is just the automatic Auto Scroll in your Friends list. Inviter is a Freeware Project without any kind of advertising banners. Use it, Enjoy all the amenities of Inviter Watch it Scroll and Select all your Friends. Comments are very welcome, constructive feedback to improve Inviter and perhaps extend its functionality. Italiano -------------------- Vuoi invitare tutti i tuoi Amici ad un Evento senza bisogno di scorrere manualmente tutta la lista? Una delle funzionalità di Inviter è proprio l'Auto Scroll automatico della tua lista Amici. Inviter è un Progetto Gratuito senza pubblicità o presenza di banner. Usalo, Goditi tutta la Comodità di Guardare Inviter Scorrere e Selezionare tutti i tuoi Amici. Sono Graditissimi Commenti, FeedBack Costruttivi per migliorare Inviter e magari Estendere le sue Funzionalità.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inviter |
ID | kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inviter/kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
คำอธิบาย | Invite All Friends the Easy Way |
ขนาดไฟล์ | 13.86 KB |
จำนวนการติดตั้ง | 450 |
เวอร์ชันปัจจุบัน | 2.10.15 |
อัปเดตครั้งล่าสุด | 2015-10-22 |
วันที่เผยแพร่ | 2015-10-22 |
คะแนน | 2.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://www.fbdn.it |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Invite All Friends the Easy Way", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Inviter", "page_action": { "default_icon": "icon.png", "default_title": "Inviter" }, "author": "Francesco Biagini", "permissions": [ "*:\/\/*.facebook.com\/*" ], "version": "2.10.15" } |