SelectorsHub Pro

xPath plugin to auto generate, write and verify xpath & cssSelector.

SelectorsHub Proคืออะไร?

SelectorsHub Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selectorshub.com และคุณลักษณะหลักของมันคือ "xPath plugin to auto generate, write and verify xpath & cssSelector."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SelectorsHub Pro

ดาวน์โหลดไฟล์ส่วนขยาย SelectorsHub Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SelectorsHub Pro is the next Gen xPath and cssSelector plugin.
It can be used as smart editor to write and verify xpath, cssSelector, Playwright selectors, jQuery and JS Path. SelectorsHub Pro can also be used to auto generate the unique xpath, css Selector and all possible selectors.

Very simple steps to use SelectorsHub Pro plugin-
1. Add SelectorsHub Pro to your Chrome Browser.
2. Now checkout the plans and take the Free trial from below link-
https://selectorshub.com/selectorshub-pro/plans/
3. After taking a subscription you will get the login credentials.
4. Now click on SelectorsHub Pro Logo and log in with the credentials you received in mail.

Please follow below tutorial to get started with SelectorsHub Pro-
https://www.youtube.com/watch?v=GhaJSrVsrP4

Wow!! You are all set, Enjoy using the Pro version and increase your productivity.

To learn more about SelectorsHub Pro, please checkout product page-
https://selectorshub.com/selectorshub-pro/

If you have any query, please write us at 
[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SelectorsHub Pro SelectorsHub Pro
ID kodoloplfbnhlfcepehlafnbojbfgglb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selectorshub-pro/kodoloplfbnhlfcepehlafnbojbfgglb
คำอธิบาย xPath plugin to auto generate, write and verify xpath & cssSelector.
ขนาดไฟล์ 822 KB
จำนวนการติดตั้ง 4,426
เวอร์ชันปัจจุบัน 5.1.3
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2022-06-01
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://selectorshub.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://selectorshub.com/selectorshub-pro/
URL หน้าช่วยเหลือ https://join.slack.com/t/selectorshub/shared_invite/zt-fho3ep1h-mkjFOdKqmtYWwNVyV8tLSg
URL หน้านโยบายความเป็นส่วนตัว https://selectorshub.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SelectorsHub Pro",
    "description": "__MSG_extDescription__",
    "author": "Sanjay Kumar",
    "homepage_url": "https:\/\/www.selectorshub.com\/",
    "default_locale": "en",
    "version": "5.1.3",
    "devtools_page": "devtools-panel\/devtools.html",
    "icons": {
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "extension\/popup.html"
    },
    "background": {
        "service_worker": "extension\/background.js"
    },
    "side_panel": {
        "default_path": "side-panel\/side-shub-panel.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "contextMenus",
        "clipboardWrite",
        "cookies",
        "sidePanel",
        "webNavigation"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open Side Panel"
        }
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "content-script\/contentScript.css"
            ],
            "js": [
                "content-script\/injectedScript.js",
                "content-script\/consoleApi.js",
                "content-script\/dom-inspector.js",
                "content-script\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "offline_enabled": true
}