Canary

Protect the internet from abusive and manipulative behaviors

Canary란 무엇입니까?

Canary은(는) https://beacontrustnetwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect the internet from abusive and manipulative behaviors"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Canary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        One of the biggest problems with the Internet is that there are so many flaws, but nowhere to report a complaint. 

Think about how the process of reporting these pain points works now. If you have a problem with an app, a website, spam email, etc., where do you go? Are you going to file a complain with the police? They'll laugh at you. Are you going to tweet about it? Hopefully you have a solid influencer status. Are you going to email the company directly? Good luck getting to the people who make decisions. 

Now you can report here. 

Canary, an extension created by BEACON, The Better Ethics and Consumer Outcomes Network, was created to help the public police the web. From the data you report BEACON can then create public reports and those host complaints for everyone to see by leveraging its network (including Forbes, HBR, Smashing Magazine, etc) to make social responsibility a priority within the companies creating the problems.                    

확장 프로그램 기본 정보

이름 Canary Canary
ID annopgoheccegneeacakjpcecdgnjooi
공식 URL https://chromewebstore.google.com/detail/canary/annopgoheccegneeacakjpcecdgnjooi
설명 Protect the internet from abusive and manipulative behaviors
파일 크기 627 KB
설치 횟수 38
현재 버전 0.0.1
최근 업데이트 2019-03-10
출시 날짜 2019-03-10
평점 5.00/5 총 1 개의 평점
개발자 https://beacontrustnetwork.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.beacontrustnetwork.com
도움말 페이지 URL https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canary",
    "description": "Protect the internet from abusive and manipulative behaviors",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "canaryLogo.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "shortcut for The Goods"
        }
    }
}