Zoho Show

Zoho Show lets you create, collaborate, present, broadcast, and publish presentations, the smarter way.

Zoho Show란 무엇입니까?

Zoho Show은(는) https://zoho.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoho Show lets you create, collaborate, present, broadcast, and publish presentations, the smarter way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Zoho Show 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Zoho Show is an online presentation tool to create, edit, collaborate, and broadcast slides on the web. You can also upload PPT or PPTx files and edit them. Refine your slides with Show's editing and animation options. Review slides, add comments, and facilitate discussions with your team in real time. Visualize data using charts or use shapes to build engaging roadmaps, flowcharts, and infographics.

The Zoho Show Chrome extension acts as a gateway to the web app, providing quick access to your presentations. When a new idea for a presentation comes to you, start by creating a draft using the Zoho Show Chrome extension. You can create up to 5 drafts which work even when offline. Other benefits of Zoho Show extension are:


MAIN FEATURES

CREATE DRAFT

Organize your ideas and get started. 
-> Add text or images from your computer.
-> Select text or image content from any page on the browser. Just right click and add to the draft. 
-> Alternatively, drag and drop content or images from your browser to drafts. 

CONVERT DRAFT TO PRESENTATION

Every Draft saved can be automatically converted into a completed presentation. The layout of each slide is intelligently decided based on the images and content added. With the basic slide design done, you can now continue working on your presentation. 

CREATE PRESENTATION
Create engaging presentations from scratch with Zoho Show. 

Design: The contextual UI makes it easy to design visually stunning slides. Make your numbers stand out with the help of charts and tables. Enliven your content with animation.

Discuss: Collaborate with your team, review, add comments, and make changes in real time. 

Deliver: Publish your presentation online and make it available on websites, blogs, social media, and more. 

IMPORT PRESENTATIONS
Import PowerPoint presentations from your computer with all their slide properties intact. You can also broadcast and deliver presentations to audiences around the globe.

Open PPT, PPTX files on the web just by right-clicking the URL.

Open the downloaded files directly on the web with our Chrome extension.

HELP & SUGGESTIONS
Help Center: https://help.zoho.com/portal/kb/zoho-show/web-app
Suggestions: [email protected]

GET IN TOUCH
https://help.zoho.com/portal/community/zoho-show                    

확장 프로그램 기본 정보

이름 Zoho Show Zoho Show
ID oohipoojgodobmpkcebmmkffpbckijoc
공식 URL https://chromewebstore.google.com/detail/zoho-show/oohipoojgodobmpkcebmmkffpbckijoc
설명 Zoho Show lets you create, collaborate, present, broadcast, and publish presentations, the smarter way.
파일 크기 310 KB
설치 횟수 26,927
현재 버전 1.1.0
최근 업데이트 2024-02-15
출시 날짜 2019-12-05
평점 4.73/5 총 15 개의 평점
개발자 https://zoho.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zoho.com/show/
개인정보 보호 정책 페이지 URL https://www.zoho.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.0",
    "permissions": [
        "alarms",
        "cookies",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "clipboardRead",
        "background",
        "downloads",
        "downloads.open"
    ],
    "host_permissions": [
        "*:\/\/*.zoho.com\/*",
        "*:\/\/*.zoho.jp\/*",
        "*:\/\/*.zoho.eu\/*",
        "*:\/\/*.zoho.com.cn\/*",
        "*:\/\/*.zoho.in\/*",
        "*:\/\/*.zohocloud.ca\/*",
        "*:\/\/*.zoho.sa\/*",
        "*:\/\/*.zoho.com.au\/*"
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "html\/zshow.html",
        "default_icon": "images\/show_logo_mini.png"
    },
    "icons": {
        "64": "images\/show_logo_mini.png"
    },
    "background": {
        "service_worker": "showextension.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/inject.html",
                "images\/show-logo.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "styles\/zshow.inject.css"
            ],
            "js": [
                "js\/zshow.inject.js"
            ]
        }
    ],
    "manifest_version": 3,
    "incognito": "split"
}