Pilot - Screenshot Website, Comment, Share

For Design & Engineering Teams to Share Feedback on any Website

Pilot - Screenshot Website, Comment, Share क्या है?

Pilot - Screenshot Website, Comment, Share nikhil896 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Design & Engineering Teams to Share Feedback on any Website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pilot - Screenshot Website, Comment, Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As designers and developers ourselves, we know how painful the feedback process can be.  Seemingly endless revisions of UI/UX are no fun for anybody on the team. Especially when it means shipping slower and with less quality.

We created Pilot to share feedback easily so there’s less bottlenecks and headaches during our development process. Design teams use Pilot to relay feedback to developers by taking a screenshot of the page via the extension and leaving comments. Teams can then make decisions collaboratively in the discussion threads. It’s helped us ship faster and we believe the end products turn out better too.                    

एक्सटेंशन की मूल जानकारी

नाम Pilot - Screenshot Website, Comment, Share Pilot - Screenshot Website, Comment, Share
ID homakjghndjpjmpghloignplljcpjpmb
आधिकारिक URL https://chrome.google.com/webstore/detail/pilot-screenshot-website/homakjghndjpjmpghloignplljcpjpmb
विवरण For Design & Engineering Teams to Share Feedback on any Website
फ़ाइल का आकार 20.27 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-08-03
प्रकाशन तिथि 2020-07-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nikhil896
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pilotui.com/
सहायता पृष्ठ URL https://pilotui.com/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pilot - Screenshot Website, Comment, Share",
    "version": "0.2",
    "description": "For Design & Engineering Teams to Share Feedback on any Website",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/pilot-logo-16.png",
        "48": "images\/pilot-logo-48.png",
        "128": "images\/pilot-logo-128.png",
        "256": "images\/pilot-logo-256.png"
    }
}