Invite All My Friends: Easy Event Invitations
Autoselect all Facebook friends for event invitations.
Invite All My Friends: Easy Event Invitations란 무엇입니까?
Invite All My Friends: Easy Event Invitations은(는) samanthaeschaffer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoselect all Facebook friends for event invitations."입니다.
확장 프로그램 스크린샷
Invite All My Friends: Easy Event Invitations 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*Status:* Abandoned Version 3.0.0 is the final version of this extension. As of November 2014 this extension does NOT work with Facebook. I have decided to stop maintaining this extension. Facebook's new update has a built in Select All feature, making this extension superfluous. You no longer need this extension to easily invite friends to Facebook events, which is good news! Thank you all for your support. ------------------- Easily invite all your friends to your Facebook events! Click the icon that appears in the omnibox (address bar) when you open the event invitation page to AUTOMATICALLY select ALL your friends. If you use this extension, please leave feedback! With this extension, you can: - Select friends to invite to events WITHOUT having to scroll down to the bottom to load them all. - Select specific groups of friends by switching to different views (ie: just friends in a certain location, certain group, etc). To view the code or submit bugs visit: https://github.com/samanthaeschaffer/InviteAllMyFriends
확장 프로그램 기본 정보
이름 | |
ID | fjojljlinmigdajkemcmbddjkpeobolk |
공식 URL | https://chrome.google.com/webstore/detail/invite-all-my-friends-eas/fjojljlinmigdajkemcmbddjkpeobolk |
설명 | Autoselect all Facebook friends for event invitations. |
파일 크기 | 23.74 KB |
설치 횟수 | 6,000 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2014-12-22 |
출시 날짜 | 2014-12-22 |
평점 | 4.24/5 총 95 개의 평점 |
개발자 | samanthaeschaffer |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.samanthaeschaffer.com |
도움말 페이지 URL | https://github.com/samanthaeschaffer/InviteAllMyFriends |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invite All My Friends: Easy Event Invitations", "short_name": "Invite All My Friends", "description": "Autoselect all Facebook friends for event invitations.", "version": "3.0.0", "background": { "scripts": [ "src\/js\/background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "page_action": { "default_icon": "res\/icon48.png", "default_popup": "src\/html\/popup.html" }, "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png" } } |