Scrt.link - Share a secret!

A chrome extension for scrt.link

Co to jest Scrt.link - Share a secret!?

Scrt.link - Share a secret! to rozszerzenie Chrome opracowane przez https://scrt.link, a jego główną funkcją jest „A chrome extension for scrt.link”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Scrt.link - Share a secret!

Pobierz pliki rozszerzeń Scrt.link - Share a secret! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Scrt.link lets you share sensitive information online. Keep confidential information out of email, Slack, Teams, Whatsapp or any other communication channel. A one-time disposable link guarantees your secrets can only ever be accessed once - before being destroyed forever.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scrt.link - Share a secret! Scrt.link - Share a secret!
ID gkpenncdoafjgnphhnmoiocbfbojggip
Oficjalny URL https://chromewebstore.google.com/detail/scrtlink-share-a-secret/gkpenncdoafjgnphhnmoiocbfbojggip
Opis A chrome extension for scrt.link
Rozmiar pliku 94.34 KB
Liczba instalacji 102
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-06-23
Data Publikacji 2021-06-20
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://scrt.link
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://scrt.link
Adres URL Strony Pomocy https://scrt.link/contact
Adres URL Strony Polityki Prywatności https://scrt.link/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for scrt.link",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Scrt.link - Share a secret!",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scrt.link\/*"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ]
}