PageShare
Visual review & bug inspection for web apps
PageShare क्या है?
PageShare https://pageshare.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visual review & bug inspection for web apps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PageShare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | cbjoieogkpggoonecjcabeeeehfhdmli |
आधिकारिक URL | 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": [ " |