PageShare

Visual review & bug inspection for web apps

什麼是PageShare?

PageShare是由https://pageshare.dev開發的Chrome擴展程式,該擴展的主要功能是“Visual review & bug inspection for web apps”。

擴展截圖

screenshot
screenshot
screenshot

下載PageShare擴展crx文件

下載PageShare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PageShare is a visual feedback and bug tracking tool for websites and web apps. It allows you to comment on any web project and see bugs in the right context with interactive recordings. You can use it with your whole team directly from a browser. You don’t have to take screenshots anymore to make code implementation feedback visible. You can simply open the link and pin your comment on the website. Clicking on the pin will take your team directly to the preview and display comment in the right context.

You can also track bugs with visual inspect mode. Now you can track user session and follow the steps that lead to the error. Thanks to visual inspect tool you can simply trace and fix the problems.

You can invite your team members or external guests and keep all communication in one place. Decide who can actively comment or only view your project progress.                    

擴展基本資訊

名稱 PageShare PageShare
ID cbjoieogkpggoonecjcabeeeehfhdmli
官方網址 https://chromewebstore.google.com/detail/pageshare/cbjoieogkpggoonecjcabeeeehfhdmli
簡介 Visual review & bug inspection for web apps
檔案大小 1.51 MB
安裝次數 46
目前版本 1.0.0.84
更新時間 2024-02-23
上架時間 2020-08-11
開發者 https://pageshare.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.pageshare.dev/
說明頁面URL https://www.pageshare.dev/blog/help
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PageShare",
    "version": "1.0.0.84",
    "description": "Visual review & bug inspection for web apps",
    "homepage_url": "https:\/\/www.pageshare.dev",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "dist\/page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/mock-location.worker.js",
                "dist\/popup.js",
                "dist\/background-dom.js",
                "dist\/page-content.js",
                "static\/*",
                "background-dom.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "allow-iframes",
                "enabled": false,
                "path": "net-requests-rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1vcWYokbGn2kT1kg+p+DqtzeeVd2\/7Nkz8TYvl6dnT1HaxluHrUTdHXE9xa5XKZ+zEP\/GVDana5M5kkuwPIJM9EjpTQtMmBrL4WkYb0PD\/VrydNs1F9IZhHfM4dHcQTMEyVFBhhwWACjj1m+WaEgS0Dnkp\/dcmBtQZhxOmZmPjBxJm8KwVha4LI7iNSHXZrBpo2gvE8wP4ni5wzpQFNOI\/p+AtSBTblJH9\/nxYMIlVjdAyGw6Ul3UMPzLpMZpoBKpr6XMUWlEvI5tPLDVlLNX0ktM5dJiihCi1+jS97w5G6ky4CsH3OLt2JdGCrwzvgryYH0mzTNv2GUwWYmC\/UbIQIDAQAB"
}