SpeedDial

View emergency numbers and support hotlines in the omnibox.

SpeedDial란 무엇입니까?

SpeedDial은(는) Vivek Bhookya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View emergency numbers and support hotlines in the omnibox."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FOR THE UNITED STATES ONLY, SpeedDial is a Chrome extension that provides one's state's support/emergency phone numbers conveniently from the omnibox. Additionally, one may call whichever hotline s/he needs immediately within the extension itself. 

If a person needs immediate support, that person should be able to be helped within a reasonable time frame. Some individuals who may desire support don't know that resources exist, and some individuals who are aware of such resources may not necessarily know how to get in contact. With SpeedDial, the time once spent searching for available resources and their contact information can now instead be spent directly on call with a person of assistance. 

Users can dial any of the supported hotlines by clicking on the desired phone number. The calls (at time of publish) are free -- as long as one has a Google Hangouts account (free) and a Google Voice account (also free), s/he can make full use of SpeedDial.
––– SpeedDial currently supports the following hotlines/organizations in every state ONLY in the United States, including Alaska, Hawaii, and the District of Columbia –––
√ National Suicide Prevention Lifeline
√ Substance Abuse (SAMHA’s National Helpline or the Treatment Referral Routing Service)
√ National Domestic Violence Hotline
√ Child Abuse Hotline
√ National Sexual Assault Hotline
√ Crime Victim Support (National Hotline for Crime Victims)
√ National Teen Dating Abuse Helpline
√ Youth Suicide Prevention (The Trevor Project)
√ Requests for additional organizations can be sent to [email protected]!
X 911 CANNOT BE DIALED THROUGH GOOGLE HANGOUTS
–––
Stay safe. May you always have peace 💚
~ Built by Vivek Bhookya and Deepika Gudavalli

–––
Also check out:
❤️LikeFree: Hide likes/reactions/community responses on the Facebook and Instagram websites. Experimental tool which attempts to disassociate the value of a post with the attention received as well as to encourage users to share content with the intention of their personal desires to post instead of posting for likes/attention/social image/etc.

💛PorNo! (Beta): Redirect visits to adult websites to websites of positive/constructive/wholesome/etc content. Experimental tool that attempts to convert the associations of pleasure with adult materials into associations of pleasure with constructive, forward-moving materials in the mind. Intended to serve those who struggle with adult materials/wish to reduce their porn usage, but can be used by all.                    

확장 프로그램 기본 정보

이름 SpeedDial SpeedDial
ID aofiljppiempffphbeadcofapjcekeim
공식 URL https://chrome.google.com/webstore/detail/speeddial/aofiljppiempffphbeadcofapjcekeim
설명 View emergency numbers and support hotlines in the omnibox.
파일 크기 686 KB
설치 횟수 38
현재 버전 0.0.1.0
최근 업데이트 2018-07-22
출시 날짜 2018-07-22
평점 1.00/5 총 1 개의 평점
개발자 Vivek Bhookya
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedDial",
    "description": "View emergency numbers and support hotlines in the omnibox.",
    "version": "0.0.1.0",
    "author": "Vivek Bhookya and Deepika Gudavalli",
    "browser_action": {
        "default_icon": "icons\/speedDial_icon.png",
        "default_popup": "popup2.html",
        "default_title": "SpeedDial"
    },
    "icons": {
        "16": "icons\/speedDial_icon_16.png",
        "48": "icons\/speedDial_icon_48.png",
        "128": "icons\/speedDial_icon_128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "backend_and_ph_numbers.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "backend_and_ph_numbers.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}