Be Heard
This extension will integrate Be Heard into Facebook and Twitter
Be Heardとは何ですか?
Be Heardはhttps://weshouldbeheard.orgによって開発されたChromeの拡張機能で、その主な機能は「This extension will integrate Be Heard into Facebook and Twitter」です。
拡張機能のスクリーンショット
Be Heard拡張機能のCRXファイルをダウンロード
Be Heard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Be Heard lets you send official messages to your representatives, directly from Facebook, Twitter, and news sites. It's powered by Unum ID (www.UnumID.org) so you can do so as a VERIFIED constituent and stand out from bots. Use Be Heard in 3 simple steps: 𝟏. 𝐂𝐥𝐢𝐜𝐤 𝐭𝐡𝐞 𝐢𝐜𝐨𝐧 𝐢𝐧 𝐭𝐡𝐞 𝐮𝐩𝐩𝐞𝐫 𝐫𝐢𝐠𝐡𝐭. Create an account. We ask for your name, your home address (so we can find your representatives), your primary email (so they can respond to you), and your phone number (which is required by some representatives). You can use Unum ID to be a verified constituent! 𝟐. 𝐆𝐨 𝐭𝐨 𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤, 𝐓𝐰𝐢𝐭𝐭𝐞𝐫, 𝐨𝐫 𝐚 𝐧𝐞𝐰𝐬 𝐚𝐫𝐭𝐢𝐜𝐥𝐞. On Facebook or Twitter, click in the post or tweet area and look for an Be Heard dropdown menu of your representatives. At the end of a news article, look for the Be Heard tool. 𝟑. 𝐖𝐫𝐢𝐭𝐞 𝐚𝐧𝐝 𝐬𝐞𝐧𝐝 𝐲𝐨𝐮𝐫 𝐦𝐞𝐬𝐬𝐚𝐠𝐞! Write your message — on Facebook or Twitter, it's the text of your post or tweet — and choose one or more representatives from the dropdown list. We'll send an official message on your behalf, and the representatives can respond to you by email. If you share your message on Facebook or Twitter, we generate an image that shows you sent a message. The image is linked so that anyone who clicks it can easily try Be Heard themselves. See www.WeShouldBeHeard.org/explainer for these instructions in greater detail. Learn more about Be Heard at our website (www.WeShouldBeHeard.org), and try our mobile app!
拡張機能の基本情報
名前 | |
ID | kpbhhcpjebfejedbkdljaplhfhdphfbn |
公式URL | https://chromewebstore.google.com/detail/be-heard/kpbhhcpjebfejedbkdljaplhfhdphfbn |
説明 | This extension will integrate Be Heard into Facebook and Twitter |
ファイルサイズ | 15.12 MB |
インストール数 | 69 |
現在のバージョン | 2.1 |
最終更新日 | 2020-09-20 |
公開日 | 2020-09-20 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | https://weshouldbeheard.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.WeShouldBeHeard.org/privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Be Heard", "description": "This extension will integrate Be Heard into Facebook and Twitter", "version": "2.1", "icons": { "16": "images\/AppIcon16.png", "128": "images\/AppIcon128.png", "48": "images\/AppIcon48.png" }, "background": { "scripts": [ "constants.js", "background_event_change_class.js", "background.js", "qrcode.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/AppIcon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/ec2-13-57-227-196.us-west-1.compute.amazonaws.com\/*", "https:\/\/*.weshouldbeheard.org\/*", "*:\/\/*.washingtonpost.com\/*", "*:\/\/*.politico.com\/*", "*:\/\/*.cnn.com\/*", "*:\/\/*.nytimes.com\/*", "*:\/\/*.huffingtonpost.com\/*", "*:\/\/*.huffpost.com\/*", "*:\/\/*.foxnews.com\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.npr.org\/*", "*:\/\/*.nbcnews.com\/*", "*:\/\/*.cbsnews.com\/*", "*:\/\/*.abcnews.go.com\/*", "*:\/\/*.breitbart.com\/*", "*:\/\/*.newsweek.com\/*" ], "css": [ "lato.css" ], "js": [ "intro.js", "semantic\/jquery-3.1.1.min.js", "constants.js", "eventchangeclass.js", "contentScript.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*" ], "css": [ "introjs.css", "lato.css", "playfair.css", "contentScript.css", "semantic\/dist\/semantic.min.css" ], "js": [ "intro.js", "constants.js", "semantic\/jquery-3.1.1.min.js", "eventchangeclass.js", "facebookMockControl.js", "twitterMock.js", "twitterMockNew.js", "twitterPopupMock.js", "contentScript.js", "semantic\/dist\/semantic.min.js", "qrcode.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "facebook.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "twitter.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/*.weshouldbeheard.org\/*", "http:\/\/localhost:3000\/*" ] }, "permissions": [ "cookies", "debugger", "activeTab", "tabs", "http:\/\/ec2-13-57-227-196.us-west-1.compute.amazonaws.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.weshouldbeheard.org\/*", "*:\/\/*.washingtonpost.com\/*", "*:\/\/*.politico.com\/*", "*:\/\/*.cnn.com\/*", "*:\/\/*.nytimes.com\/*", "*:\/\/*.huffingtonpost.com\/*", "*:\/\/*.huffpost.com\/*", "*:\/\/*.foxnews.com\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.npr.org\/*", "*:\/\/*.nbcnews.com\/*", "*:\/\/*.cbsnews.com\/*", "*:\/\/*.abcnews.go.com\/*", "*:\/\/*.breitbart.com\/*", "*:\/\/*.newsweek.com\/*", "*:\/\/*.cbslocal.com\/*", "storage", " |