NinjaCapture - Quick & Easy Screen Capture

Grab screenshots, annotate, and share screens easier than ever before with screen capture Chrome extension

Qu'est-ce que NinjaCapture - Quick & Easy Screen Capture ?

NinjaCapture - Quick & Easy Screen Capture est une extension Chrome développée par https://500apps.com, et sa fonction principale est "Grab screenshots, annotate, and share screens easier than ever before with screen capture Chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NinjaCapture - Quick & Easy Screen Capture

Téléchargez les fichiers d'extension NinjaCapture - Quick & Easy Screen Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get powerful screen capture and annotation capabilities with NinjaCapture, the Chrome extension that makes communication easier through screen capture and sharing. You can easily share your screen captures via email or your favorite third-party applications.

Key Features of NinjaCapture:

Screen Capture 🎦🎦
- Capture a screenshot of the page you visit, the whole page, the selected area, or part of the screen.
- Capture a screenshot of your entire screen or a specific application window 
- Snap the visible screen, full screen, or popup window after a set time delay.

Record 📸📸
- Record your Desktop, Current Tab, or Camera only
- Prefer full screen or select area 
- Include your voice in the recording with the Microphone option on
- Include your face in your video by embedding your webcam
- Choose video dimensions from Auto, 480p,720p or1080p 
- Opt video frame rate from 5fps,10 fps,30fps or 60fps

Save & Share Recording 💾💾
- Instantly get a shareable link to a video after finishing recording 
- Easily share a recording video to Slack, Teams, Skype
- Conveniently save to cloud apps- NinjaCapture cloud, google drive, box, Dropbox, One drive
- Download uploaded videos in WebM or MP4 format
Save recordings to the local disk

Annotate Screenshots  🖍🖍
- Highlight the essential elements on your screenshots
- Add text to your screenshot with or without background color, change the text font and font size
- Resize or crop a screenshot to your required size 
- Annotate your screenshot with rectangles, circles, arrows, lines, etc.
- Blur sensitive information on your screenshots 
- Select a local image or paste a copied image from your clipboard to annotate

Manage Privacy or Password protect your Shared Recording  🔐🔐
- Manage the Privacy setup for the shareable URL- public, specific people, or private
- Protect from piracy with an auto-generated password.

How can NinjaCapture better enable people to communicate?

Educational Purpose 🎓🎓
▸ Create instructional video tutorials to engage your students irrespective of their age.
▸ Create feedback videos to save time and increase the impact of your work efficiency.
▸ Interact with your students and assess the student understanding level.
 
At Work 🏛️🏛️
▸ Collaborate with employees more effectively.
▸ Engage with your customers, users, and subscribers
▸ Create training videos for your employees 
 
Useful for Everyone Around the Globe 🌍 🌍 
NinjaCapture is designed to be used by anyone who needs to capture screenshots, record videos quickly, and take notes on their computer. It's especially useful for people who need to create tutorials, presentations, or documents that require visual aids.

Why NinjaCapture?
- Record unlimited videos in ultra HD quality without any watermark
- Edit screenshots and videos 
- Upload files to cloud applications - Dropbox, Box, Google Drive, or use built-in 500Box and NinjaCapture Cloud
- Record both audio and video simultaneously 
- Share your data securely through a shareable link or QR with password protection
 
How to Get Started?
Download and install the Chrome Extension from the Chrome Web Store and register to capture and share editable screenshots.

About Us
NinjaCapture is a part of the 500apps business suite, a brainchild of Agile CRM developers. 500apps is the world’s first all-in-one suite of 50+ apps catering to different industries to help businesses grow like the Fortune 500. Our apps assist companies in expanding their business and reaching their full potential as they grow. 
 
Pricing & Support
All the features of NinjaCapture come at no cost, and you can also get access to 50+ business apps for 14 days.

We provide excellent customer assistance with 24/5 Chat, Phone, and Email Support with daily Onboarding Webinars. Also, you can always reach us at [email protected] or visit our website at https://ninjacapture.com/  
Get started today and experience the power of NinjaCapture 📷                    

Informations de Base sur l'Extension

Nom NinjaCapture - Quick & Easy Screen Capture NinjaCapture - Quick & Easy Screen Capture
ID gcfefmncefkaghcobeocaekopmmpofmc
URL Officiel https://chromewebstore.google.com/detail/ninjacapture-quick-easy-s/gcfefmncefkaghcobeocaekopmmpofmc
Description Grab screenshots, annotate, and share screens easier than ever before with screen capture Chrome extension
Taille du Fichier 1.98 MB
Nombre d'Installations 3,258
Version Actuelle 1.1.3.9
Dernière Mise à Jour 2023-03-15
Date de Publication 2021-04-15
Évaluation 4.64/5 Total 91 Évaluations
Développeur https://500apps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ninjacapture.com/
URL de la Page de Politique de Confidentialité https://500apps.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NinjaCapture - Quick & Easy Screen Capture",
    "description": "Grab screenshots, annotate, and share screens easier than ever before with screen capture Chrome extension",
    "version": "1.1.3.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "NinjaCapture",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "cookies",
        "downloads",
        "",
        "clipboardRead",
        "externally_connectable"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs\/script.js"
            ],
            "css": [
                "\/cs\/style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.500apps.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.500conference.com\/*"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Run to open extension popup."
        }
    }
}