Remind Share Button

Share links with your Remind classes in a single click.

Co to jest Remind Share Button?

Remind Share Button to rozszerzenie Chrome opracowane przez https://www.remind.com, a jego główną funkcją jest „Share links with your Remind classes in a single click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remind Share Button

Pobierz pliki rozszerzeń Remind Share Button 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

                        Save time and extend learning beyond the classroom by sharing resources with your Remind classes.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remind Share Button Remind Share Button
ID fidipdaiencjpnmkjcebeclkgalhcedi
Oficjalny URL https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi
Opis Share links with your Remind classes in a single click.
Rozmiar pliku 1.8 MB
Liczba instalacji 277
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-09-29
Data Publikacji 2017-09-29
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://www.remind.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind Share Button",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Share links with your Remind classes in a single click.",
    "author": "Connor Pierson",
    "browser_action": {
        "default_icon": "icons\/logosquare128.png"
    },
    "icons": {
        "16": "icons\/logosquare16.png",
        "48": "icons\/logosquare48.png",
        "128": "icons\/logosquare128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}