Round Robin Assignment

A simple tool for round robin assignment of work

Cos'è Round Robin Assignment?

Round Robin Assignment è un'estensione di Chrome sviluppata da nana, e la sua funzione principale è "A simple tool for round robin assignment of work".

Scarica il file CRX dell'estensione Round Robin Assignment

Scarica i file di estensione Round Robin Assignment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Round Robin Assignment Round Robin Assignment
ID analljbimcjlaaicppmbgmhlnlnphpem
URL Ufficiale https://chrome.google.com/webstore/detail/round-robin-assignment/analljbimcjlaaicppmbgmhlnlnphpem
Descrizione A simple tool for round robin assignment of work
Dimensione del File 798 KB
Conteggio Installazioni 23
Versione Corrente 1.1
Ultimo Aggiornamento 2017-10-24
Data di Pubblicazione 2017-10-24
Sviluppatore nana
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Round Robin Assignment",
    "description": "A simple tool for round robin assignment of work",
    "version": "1.1",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "__real_key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoxhhgyM3xL2PieGxfyqS3F\/WYEQJrh4nCP38bDksnBoDUR1EKTRg+Wd7IvaUaBjU+CIju1VyTr8i7ZcVBx+aeZatAoHeZ+0yLU1gt78cco9dqniTiMZUJX35V1FtlAhL7om3wh1Q\/ethZ1chGw3Cnzw6Y9aYoWIsswDh7xBHJouquttzSH9EqDK8sK1p2k82sniPkSq0LlDZ37mOkvhVKl+tvHGqz9f6epRqO\/wpJsg9hgLw7KUOn3JNUx+x+MaSfSXNi3lNtp14jujzJhMTlyW1w+ixDR9e0Qj8lC3PbUbHHe55y\/LBeOthe+qKhAvItVurhX3lWYTAkVKfGDbD5wIDAQAB",
    "oauth2": {
        "client_id": "271425856197-2pbf8hcknv3m4j780cmun34q86n29tf3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ]
}