Remind Share Button

Share links with your Remind classes in a single click.

Co je Remind Share Button?

Remind Share Button je rozšíření Chrome vyvinuté https://www.remind.com, a jeho hlavní funkcí je „Share links with your Remind classes in a single click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remind Share Button

Stáhněte si soubory rozšíření Remind Share Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Remind Share Button Remind Share Button
ID fidipdaiencjpnmkjcebeclkgalhcedi
Oficiální URL https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi
Popis Share links with your Remind classes in a single click.
Velikost souboru 1.8 MB
Počet instalací 277
Aktuální Verze 1.1
Poslední Aktualizace 2017-09-29
Datum Vydání 2017-09-29
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://www.remind.com
Typ Platby free
Podporované Jazyky 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"
    ]
}