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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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"
    ]
}