Applitools Centra Screenshot Capture

Take a screenshot and save it to your system clipboard

Applitools Centra Screenshot Capture क्या है?

Applitools Centra Screenshot Capture Applitools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a screenshot and save it to your system clipboard"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Applitools Centra enables you to capture full-page and viewport screenshots of your website or web application and upload it to Applitools Centra for easy comparison and validation against your designs or components.

Once uploaded to Centra, stakeholders can collaborate on differences that may arise between design and implementation. Enabling you to easily collaborate, validate, and track an app's development in your team.

Collaborate --  Easily communicate with different stakeholders across the product delivery lifecycle.

Validate -- Verify that your designs are implemented correctly and that your brand is kept intact.

Track --  View the history of your UI over time as changes are made.


Screenshot capture options:

Located in the context menu by right-clicking on the webpage. Available options include...

- [Default] Full-page screenshot (Captures the entire page).
- Viewport screenshot (Captures the viewable area on the page).
- [Default] Stitch with CSS (Captures screenshot using CSS transition and removes duplication of fixed position elements. i.e sticky headers/footers).
- Stitch with scroll (Captures screenshot using standard Javascript scrolling).

Known limitations:

Saving an image to the system clipboard only works on HTTPS or local HTTP sites.
Users need to allow the extension to copy images to clipboard per domain they use it on.                    

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

नाम Applitools Centra Screenshot Capture Applitools Centra Screenshot Capture
ID lkafnclgfnendcdgepjccbbadfcjlhdm
आधिकारिक URL https://chromewebstore.google.com/detail/applitools-centra-screens/lkafnclgfnendcdgepjccbbadfcjlhdm
विवरण Take a screenshot and save it to your system clipboard
फ़ाइल का आकार 406 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-02-09
प्रकाशन तिथि 2023-02-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Applitools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://applitools.com/centra/
सहायता पृष्ठ URL https://applitools.com/docs/centra/feedback
गोपनीयता नीति पृष्ठ URL https://applitools.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Applitools Centra Screenshot Capture",
    "description": "Take a screenshot and save it to your system clipboard",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "action": {
        "default_title": "Click to capture screenshot to system clipboard"
    },
    "icons": {
        "16": "assets\/ChromeExt_16_LightBG.png",
        "32": "assets\/ChromeExt_32LightBG.png",
        "48": "assets\/ChromeExt_80_LightBG.png",
        "128": "assets\/ChromeExt_126_LightBG.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage",
        "clipboardWrite",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}