Dashboard Refresher & Tabs Revolver/Carousel

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

Co je Dashboard Refresher & Tabs Revolver/Carousel?

Dashboard Refresher & Tabs Revolver/Carousel je rozšíření Chrome vyvinuté Abaav, a jeho hlavní funkcí je „Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dashboard Refresher & Tabs Revolver/Carousel

Stáhněte si soubory rozšíření Dashboard Refresher & Tabs Revolver/Carousel 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í

                        Automatically refresh Salesforce dashboards, reports and rotate through open tabs                    

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

Název Dashboard Refresher & Tabs Revolver/Carousel Dashboard Refresher & Tabs Revolver/Carousel
ID njojjgfflfhiiajlkdfgofamppiincao
Oficiální URL https://chromewebstore.google.com/detail/dashboard-refresher-tabs/njojjgfflfhiiajlkdfgofamppiincao
Popis Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav
Velikost souboru 65.58 KB
Počet instalací 888
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2020-06-12
Datum Vydání 2020-06-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Abaav
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://abaav.com/
Podporované Jazyky 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"
}