Inviter
Invite All Friends the Easy Way
Inviter란 무엇입니까?
Inviter은(는) https://www.fbdn.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite All Friends the Easy Way"입니다.
확장 프로그램 스크린샷
Inviter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |