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ファイルをダウンロード
Invite All My Friends: Easy Event Invitations拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*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" } } |