Dashboard Refresher & Tabs Revolver/Carousel

Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav

Cos'è Dashboard Refresher & Tabs Revolver/Carousel?

Dashboard Refresher & Tabs Revolver/Carousel è un'estensione di Chrome sviluppata da Abaav, e la sua funzione principale è "Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dashboard Refresher & Tabs Revolver/Carousel

Scarica i file di estensione Dashboard Refresher & Tabs Revolver/Carousel 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

                        Automatically refresh Salesforce dashboards, reports and rotate through open tabs                    

Informazioni di Base sull'Estensione

Nome Dashboard Refresher & Tabs Revolver/Carousel Dashboard Refresher & Tabs Revolver/Carousel
ID njojjgfflfhiiajlkdfgofamppiincao
URL Ufficiale https://chromewebstore.google.com/detail/dashboard-refresher-tabs/njojjgfflfhiiajlkdfgofamppiincao
Descrizione Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav
Dimensione del File 65.58 KB
Conteggio Installazioni 888
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-06-12
Data di Pubblicazione 2020-06-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Abaav
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://abaav.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "revolver_t_19.png",
        "default_title": "Abaav - Automatically refresh salesforce dashboards, reports and rotate through open tabs."
    },
    "description": "Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav",
    "icons": {
        "128": "revolver_t_128.png",
        "48": "revolver_t_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "name": "Dashboard Refresher & Tabs Revolver\/Carousel",
    "permissions": [
        "storage",
        "tabs",
        "idle",
        "*:\/\/*.cloudforce.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/*.salesforce.com\/*"
    ],
    "version": "0.0.0.1"
}