Filestage – Where the best work gets approved

Add comments to live websites and interactive content in Filestage

Filestage – Where the best work gets approved क्या है?

Filestage – Where the best work gets approved Filestage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add comments to live websites and interactive content in Filestage"।

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

screenshot

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

crx प्रारूप में Filestage – Where the best work gets approved एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Filestage is a review and approval platform that helps you share, discuss, and approve all your files, all in one place.

With the official extension for Chrome , you can review live websites. You and your reviewers can browse through the website, interact with content, and add comments with full context – just like you do for all your other file formats.

Here are a few ways it could help your team:

- Review dynamic content like interactive maps
- Collect feedback on 3D models or 360° images and videos
- Share interactive prototypes from tools like Figma, Adobe XD, Invision, and Sketch
- Review iCloud files like Keynote, Pages, and Numbers
- Iterate on live documents like your privacy policy or terms and conditions                    

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

नाम Filestage – Where the best work gets approved Filestage – Where the best work gets approved
ID jpgnokfolagdlepfgoihhdfmbanfecgk
आधिकारिक URL https://chromewebstore.google.com/detail/filestage-%E2%80%93-where-the-bes/jpgnokfolagdlepfgoihhdfmbanfecgk
विवरण Add comments to live websites and interactive content in Filestage
फ़ाइल का आकार 11.42 KB
स्थापना संख्या 3,509
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-01-05
प्रकाशन तिथि 2021-10-24
रेटिंग 5.00/5 कुल 19 रेटिंग्स
डेवलपर Filestage
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://filestage.io/
सहायता पृष्ठ URL https://filestage.io/contact/
समर्थित भाषाएँ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.filestage.io\/*",
                "*:\/\/*.dev.filestage.io\/*",
                "https:\/\/localhost\/*"
            ],
            "exclude_matches": [
                "https:\/\/media.private.filestage.io\/*",
                "https:\/\/media.filestage.io\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "switch-mode": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Switch between comment and browse mode"
        }
    }
}