Sendible

Sendible SendIt

Co to jest Sendible?

Sendible to rozszerzenie Chrome opracowane przez https://www.sendible.com, a jego główną funkcją jest „Sendible SendIt”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sendible

Pobierz pliki rozszerzeń Sendible 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

                        Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sendible Sendible
ID mbljfmmoibffcpcjimimcpobkonkgdbp
Oficjalny URL https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp
Opis Sendible SendIt
Rozmiar pliku 32.99 KB
Liczba instalacji 2,273
Aktualna Wersja 161.11.0
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2020-04-16
Ocena 3.29/5 Łącznie 14 Oceny
Deweloper https://www.sendible.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sendible.com
Adres URL Strony Pomocy https://support.sendible.com
Adres URL Strony Polityki Prywatności https://www.sendible.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sendible",
    "short_name": "Sendible",
    "version": "161.11.0",
    "manifest_version": 2,
    "description": "Sendible SendIt",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/off19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Start Sendible Compose Box"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "http:\/\/localhost:1235\/*",
                "https:\/\/buildapp.sendible.com\/*",
                "http:\/\/app.sendible.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}