Dashboard Refresher & Tabs Revolver/Carousel

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

Dashboard Refresher & Tabs Revolver/Carousel là gì?

Dashboard Refresher & Tabs Revolver/Carousel là một tiện ích mở rộng Chrome được phát triển bởi Abaav, và tính năng chính của nó là "Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dashboard Refresher & Tabs Revolver/Carousel

Tải xuống các tệp mở rộng Dashboard Refresher & Tabs Revolver/Carousel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatically refresh Salesforce dashboards, reports and rotate through open tabs                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dashboard Refresher & Tabs Revolver/Carousel Dashboard Refresher & Tabs Revolver/Carousel
ID njojjgfflfhiiajlkdfgofamppiincao
URL Chính Thức https://chromewebstore.google.com/detail/dashboard-refresher-tabs/njojjgfflfhiiajlkdfgofamppiincao
Mô tả Automatically refresh salesforce dashboards, reports and rotate through open tabs. By Abaav
Kích Thước Tệp 65.58 KB
Số Lần Cài Đặt 888
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2020-06-12
Ngày Phát Hành 2020-06-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Abaav
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://abaav.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}