MainWP Browser Extension

Stay informed by monitoring available updates and non-MainWP changes. Connects to your MainWP Dashboard via REST API.

MainWP Browser Extension là gì?

MainWP Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://mainwp.com, và tính năng chính của nó là "Stay informed by monitoring available updates and non-MainWP changes. Connects to your MainWP Dashboard via REST API.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MainWP Browser Extension

Tải xuống các tệp mở rộng MainWP Browser Extension 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

                        Do you often want to stay informed about the available updates without logging into your MainWP Dashboard?

Look no further, this MainWP Chrome extension is designed to help you easily keep track of available updates across all your connected Child Sites, including changes to your plugins and themes status done outside your Dashboard.
With this extension, you also gain the ability to control how often it retrieves updates from your MainWP Dashboard.

You can choose intervals as short as 15 minutes or as long as once a day, giving you the flexibility to stay informed at your preferred frequency without logging into your MainWP Dashboard.

➤ Features
Stay informed on WordPress core, plugins, themes, & translation updates
Automatically fetch the number of available updates for all Child Sites
Easily set the updates check time-interval
Manually fetch available updates count
Track the number of changes made outside of your MainWP Dashboard
Quickly jump into the desired Dashboard page to take action on updates
Supports all Chromium-based browsers
Easily connect using MainWP REST API

➤ How it Works
Login to your MainWP Dashboard and navigate to the “REST API” menu from the left pane.
Click “Add API Keys”. Make sure the “Enable REST API key” is toggled ON.
Write “Description”, for example: “My Brower extension keys”.
Install this extension, and click on the MainWP icon in your browser to open the settings for the extension.
From your MainWP Dashboard REST API screen, copy “Consumer Key” and “Consumer Secret” and paste them on the extension.
Hit “Save Settings” on your MainWP Dashboard, then click “Save Settings” on the extension.

Voila! Your MainWP Dashboard is now connected to your extension.

➤ Support

To understand better, take a look at our detailed guide: https://kb.mainwp.com/docs/mainwp-browser-extensions/

If you have any questions, feel free to post in our community forum: https://managers.mainwp.com/

➤ Permissions
The MainWP Chrome extension requests permission for alarms, storage, and notifications to store the update count and notify you when you start your browser. Rest assured, this extension does not collect any user data.

➤ Privacy Practices
The MainWP Chrome extension does not collect any data. It just uses your generated MainWP REST API keys to connect to your MainWP Dashboard. However, by installing this extension, you agree to and acknowledge the following:

https://mainwp.com/terms-of-service/
https://mainwp.com/privacy-policy/

Say goodbye to constantly monitoring your MainWP Dashboard. Our extension will promptly alert you, saving you valuable time while keeping you informed.                    

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

Tên MainWP Browser Extension MainWP Browser Extension
ID kjlehednpnfgplekjminjpocdechbnge
URL Chính Thức https://chromewebstore.google.com/detail/mainwp-browser-extension/kjlehednpnfgplekjminjpocdechbnge
Mô tả Stay informed by monitoring available updates and non-MainWP changes. Connects to your MainWP Dashboard via REST API.
Kích Thước Tệp 62.66 KB
Số Lần Cài Đặt 3,410
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2023-07-16
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://mainwp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mainwp.com
URL Trang Trợ Giúp https://managers.mainwp.com
URL Trang Chính Sách Bảo Mật https://mainwp.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MainWP Browser Extension",
    "version": "1.1",
    "description": "Stay informed by monitoring available updates and non-MainWP changes. Connects to your MainWP Dashboard via REST API.",
    "icons": {
        "128": "assets\/images\/mainwp128.png",
        "64": "assets\/images\/mainwp64.png",
        "16": "assets\/images\/mainwp32.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    }
}