Zipy Plug & Play

Zipy Plug & Play Chrome Extension

Co je Zipy Plug & Play?

Zipy Plug & Play je rozšíření Chrome vyvinuté Zipy, a jeho hlavní funkcí je „Zipy Plug & Play Chrome Extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zipy Plug & Play

Stáhněte si soubory rozšíření Zipy Plug & Play ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Are you tired of customer experience issues causing churn and losing revenue, while your team is fixing them over weekends.

Introducing Zipy Plug & Play - Save your revenue, customers, and sleepless nights with our amazing plugin based on OpenAI ChatGPT.  

💰💰 The plugin itself is free to use any number of times, but if you want to upgrade and store more than 1000 sessions a month, here’s a special discount coupon for the PH Community: Use ‘ZIPYHUNTERS25’ to avail 25% off on all our Startup and Growth Plans.

💡 How it works:
- Anyone can start recording with Plug & Play.
- Replay sessions to uncover  network errors, JavaScript exceptions, and console errors.
- Make your code Zipy Verified without needing to install or add bulky code.
- Upload all recordings to Zipy.ai and create tickets to collaborate with your team.
- Debug customer issues live with real time session replay.
- Interact with our support team through a chat window.

🎁 What's included:
- Peace of mind that you're catching bugs before they become a nightmare.
- Money-saving benefits by reducing customer churn and increasing customer satisfaction.
- The ability to fix what matters in minutes with Zipy Plug & Play.

👤 Who should use it:
- Anyone who wants to save money, customers, and sleepless nights. No additional expertise needed.
- Support, Product, Developer and QA teams who want to catch bugs before they become nightmares.
- Marketing and Growth teams who want to understand user adoption and conversion issues.

🔥 Featured Use Cases: 
- Support can record bugs in live customer environment.
- QA can record and report bugs while testing. 
- No need to reproduce bugs when reported by customers, just replay and fix. 
- Developers can also automatically fix the bugs with Zipy's AI Resolve 
- Developers, PMs and CS teams can collaborate in Zipy.ai using the recorded sessions and bugs.
So why wait? Try Zipy Plug & Play today for free without needing a card, and start sleeping better tonight! (Disclaimer: we can't promise that our plugin will prevent all nightmares, but it sure can help.)

⚙️ Terms and Conditions:
By installing the extension, you agree to all the terms and conditions noted by Zipy: https://docs.zipy.ai/legal/terms-of-service

✉️ Support:
Support documentation is available at https://docs.zipy.ai/chrome-extension/zipy-plug-and-play-support. Feel free to contact us at [email protected] and we'll reply as soon as possible.                    

Základní Informace o Rozšíření

Název Zipy Plug & Play Zipy Plug & Play
ID pbddhebkagleamondfbgochoekdamama
Oficiální URL https://chromewebstore.google.com/detail/zipy-plug-play/pbddhebkagleamondfbgochoekdamama
Popis Zipy Plug & Play Chrome Extension
Velikost souboru 5.78 MB
Počet instalací 139
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-07-07
Datum Vydání 2023-04-23
Hodnocení 5.00/5 Celkem 15 Hodnocení
Vývojář Zipy
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.zipy.ai/chrome-extension/plug-and-play?utm_medium=google&utm_source=chrome&utm_campaign=chromestore
URL Stránky Zásad Ochrany Soukromí https://docs.zipy.ai/legal/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zipy Plug & Play",
    "version": "1.0.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqkea0ff1MiOCVUZmc+rIjX3q8u\/eTCuRVVa2X0qUP\/lIblPGDQvfv1r+IDpZzp+\/4iTy90A8cG+HXwyqnIoXt\/ngZuLPXnN3tQaIWqx+6B\/Frxmq0iXjfxDBMPCUrWKL9lO8TdKAnmC6P9geR0GSAUoQojG99rl+dni1lX9dFVURNyYm8Irfr24m7rAecd6hKxxblrY9qUPpUcC2z82h13TXOgKC8gPMMHJuiExnXbgE4l+wOwCxrEphDP0iI2zwm7SDt3W69Nrl5ZxFRzSOwHWAlHvsGZNO\/PgSZHa1pKycydf+onj9L8JA7yYqKD2QjWDiTDAYao\/TFwpwRhFpMwIDAQAB",
    "description": "Zipy Plug & Play Chrome Extension",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "\/static\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "zipy.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "frame.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "crossDomain.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "errorMessage.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "zipy-instantiate.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "drag.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "timer.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "Inter-Regular.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src * blob:; style-src * 'unsafe-inline'; img-src * data:; font-src *; script-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/appdev.zipy.ai\/*",
            "https:\/\/appqa.zipy.ai\/*",
            "https:\/\/app.zipy.ai\/*"
        ]
    }
}