Inviter
Invite All Friends the Easy Way
Inviter là gì?
Inviter là một tiện ích mở rộng Chrome được phát triển bởi https://www.fbdn.it, và tính năng chính của nó là "Invite All Friends the Easy Way".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inviter
Tải xuống các tệp mở rộng Inviter 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
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à.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inviter |
ID | kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
URL Chính Thức | https://chromewebstore.google.com/detail/inviter/kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
Mô tả | Invite All Friends the Easy Way |
Kích Thước Tệp | 13.86 KB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 2.10.15 |
Cập Nhật Lần Cuối | 2015-10-22 |
Ngày Phát Hành | 2015-10-22 |
Đánh Giá | 2.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.fbdn.it |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |