Be Heard

This extension will integrate Be Heard into Facebook and Twitter

What is Be Heard?

Be Heard is a Chrome extension developed by https://weshouldbeheard.org, and its main feature is "This extension will integrate Be Heard into Facebook and Twitter".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Be Heard Extension CRX File

Download Be Heard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Be Heard Be Heard
ID kpbhhcpjebfejedbkdljaplhfhdphfbn
Official URL https://chromewebstore.google.com/detail/be-heard/kpbhhcpjebfejedbkdljaplhfhdphfbn
Description This extension will integrate Be Heard into Facebook and Twitter
File Size 15.12 MB
Installation Count 69
Current Version 2.1
Last Updated 2020-09-20
Publish Date 2020-09-20
Rating 5.00/5 Total 10 Ratings
Developer https://weshouldbeheard.org
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.WeShouldBeHeard.org/privacy-policy.html
Supported Languages 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",
        ""
    ],
    "web_accessible_resources": [
        "images\/popup.png",
        "lato-light.css",
        "lato.css",
        "playfair.css",
        "images\/rep.png",
        "images\/favicon.png",
        "images\/icon-politics.png",
        "images\/external-link.svg",
        "popup.html",
        "popup.css",
        "popup.js",
        "images\/extension-in-browser.png",
        "images\/logo-160.png",
        "images\/logo.png",
        "semantic\/dist\/themes\/default\/assets\/fonts\/icons.*",
        "Lato2OFL\/LatoLatin-Bold.woff",
        "Lato2OFL\/Lato-Bold.ttf",
        "Lato2OFL\/LatoLatin-Light.woff",
        "Lato2OFL\/Lato-Light.ttf",
        "Lato2OFL\/LatoLatin-Regular.woff",
        "Lato2OFL\/Lato-Regular.ttf",
        "Playfair_Display\/PlayfairDisplay-Bold.ttf",
        "maincontrol.html",
        "images\/logo_only.png",
        "chosen-sprite.png",
        "imageSelect\/chosen-sprite.png",
        "images\/facebook.png",
        "images\/twitter.png",
        "images\/facebook_vector_logo.svg",
        "images\/Twitter_Logo_WhiteOnImage.svg",
        "images\/unumid-logo.png",
        "images\/warning.png",
        "images\/white_qr_placeholder.png",
        "images\/horizontal-color.png",
        "twitter.css",
        "semantic\/dist\/semantic.min.css",
        "contentScript.css",
        "introjs.css"
    ]
}