Be Heard

This extension will integrate Be Heard into Facebook and Twitter

Hvad er Be Heard?

Be Heard er en Chrome-udvidelse udviklet af https://weshouldbeheard.org, og dens hovedfunktion er "This extension will integrate Be Heard into Facebook and Twitter".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Be Heard-udvidelses-CRX-fil

Download Be Heard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Be Heard Be Heard
ID kpbhhcpjebfejedbkdljaplhfhdphfbn
Officiel URL https://chromewebstore.google.com/detail/be-heard/kpbhhcpjebfejedbkdljaplhfhdphfbn
Beskrivelse This extension will integrate Be Heard into Facebook and Twitter
Filstørrelse 15.12 MB
Antal Installationer 69
Nuværende Version 2.1
Senest Opdateret 2020-09-20
Udgivelsesdato 2020-09-20
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler https://weshouldbeheard.org
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.WeShouldBeHeard.org/privacy-policy.html
Understøttede Sprog 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"
    ]
}