SpeedDial

View emergency numbers and support hotlines in the omnibox.

Hvad er SpeedDial?

SpeedDial er en Chrome-udvidelse udviklet af Vivek Bhookya, og dens hovedfunktion er "View emergency numbers and support hotlines in the omnibox.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SpeedDial-udvidelses-CRX-fil

Download SpeedDial-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SpeedDial SpeedDial
ID aofiljppiempffphbeadcofapjcekeim
Officiel URL https://chrome.google.com/webstore/detail/speeddial/aofiljppiempffphbeadcofapjcekeim
Beskrivelse View emergency numbers and support hotlines in the omnibox.
Filstørrelse 686 KB
Antal Installationer 38
Nuværende Version 0.0.1.0
Senest Opdateret 2018-07-22
Udgivelsesdato 2018-07-22
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Vivek Bhookya
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}