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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Be Heard Be Heard
ID kpbhhcpjebfejedbkdljaplhfhdphfbn
官方網址 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
電子郵箱 [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",
        ""
    ],
    "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"
    ]
}