Quickpage - Video and Screen Recorder

Record your video and screen with one click. Share that content in an instant with a Quickpage.

Co je Quickpage - Video and Screen Recorder?

Quickpage - Video and Screen Recorder je rozšíření Chrome vyvinuté Quickpage Inc., a jeho hlavní funkcí je „Record your video and screen with one click. Share that content in an instant with a Quickpage.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quickpage - Video and Screen Recorder

Stáhněte si soubory rozšíření Quickpage - Video and Screen Recorder 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í

                        Quickly and easily add video and screen recordings to any email with the Quickpage Chrome extension. Quickpage is the highest rated video messaging platform available and the only tool that lets you send MUILTIPLE videos to your prospects on ONE, beautifully designed page. Whether you’re recording your screen for a product demo, creating a personalized video message for a prospect, or need a fast way to communicate an idea or task to a member of your team, Quickpage makes it easy (and FUN!) to record and send video messages.

Key Features
- Record your screen, screen + camera, video recording PLUS…
- Add images, documents, YouTube videos, and more (all on one page)
- Send it straight from your Chrome browser or Gmail account
- Get notified when someone opens and views your video message.
- Live Chat with your prospects when they are viewing your content.
- Manage your Quickpage video library both in-app and on desktop
- Control visibility of your videos with password protection
- Auto generated gifs are included with every video message sent by email and SMS
- Schedule your video messages to be sent out at any day and time in the future.

Advanced Screen Recording Capabilities
- Screen + Camera
- Screen
- Video recording (camera)
- Pause/unpause
- Restart
- Drawing
- Pencil
- Color picker
- Shapes (Arrow, Circle, Rectangle, Triangle)
- Move drawing

About Quickpage
Quickpage is the top rated video communication platform for sales professionals. Built by sales people, for sales people, Quickpage was built mobile first for simplicity and speed. LOOK LIKE A TECH GENIUS WITHOUT BEING ONE. Not only is sending video the most effective way to grab your customer’s attention and actually get a reply, it’s as simple as sending a plain text email or text message. 

Don't have Quickpage? Start your free trial at https://quickpage.io.                    

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

Název Quickpage - Video and Screen Recorder Quickpage - Video and Screen Recorder
ID idhihbgecmlmlcdageggndgeeffhcnbf
Oficiální URL https://chromewebstore.google.com/detail/quickpage-video-and-scree/idhihbgecmlmlcdageggndgeeffhcnbf
Popis Record your video and screen with one click. Share that content in an instant with a Quickpage.
Velikost souboru 1.67 MB
Počet instalací 1,571
Aktuální Verze 0.0.0.38
Poslední Aktualizace 2024-02-20
Datum Vydání 2019-12-29
Hodnocení 5.00/5 Celkem 11 Hodnocení
Vývojář Quickpage Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://quickpage.io
URL Stránky Nápovědy https://quickpage.io
URL Stránky Zásad Ochrany Soukromí https://quickpage.io/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickpage - Video and Screen Recorder",
    "version": "0.0.0.38",
    "description": "Record your video and screen with one click. Share that content in an instant with a Quickpage.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "app\/popup.html",
        "default_title": "Quickpage"
    },
    "background": {
        "service_worker": "app\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/popup.html",
                "app\/popup.js",
                "app\/content.html",
                "app\/content.js",
                "app\/video.html",
                "app\/video.js",
                "app\/pageWorld.js"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/localhost\/*",
                "*:\/\/quickpageapp.com\/*",
                "*:\/\/*.quickpageapp.com\/*",
                "*:\/\/qp.watch\/*",
                "*:\/\/*.qp.watch\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/quickpageapp.com\/*",
            "*:\/\/*.quickpageapp.com\/*",
            "*:\/\/qp.watch\/*",
            "*:\/\/*.qp.watch\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "*:\/\/quickpageapp.com\/*",
        "*:\/\/*.quickpageapp.com\/*",
        "*:\/\/qp.watch\/*",
        "*:\/\/*.qp.watch\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "\/app\/fabric.min.js",
                "\/static\/js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "\/static\/css\/mail.css"
            ],
            "js": [
                "\/static\/js\/mail.js"
            ],
            "run_at": "document_end"
        }
    ]
}