Wochit Shortcut - Video Creator

Wochit Shortcut is a one-stop shop for video creation, where you can go from idea to fully produced video in a few simple clicks.

Wochit Shortcut - Video Creator란 무엇입니까?

Wochit Shortcut - Video Creator은(는) Wochit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wochit Shortcut is a one-stop shop for video creation, where you can go from idea to fully produced video in a few simple clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wochit Shortcut - Video Creator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wochit Shortcut Video Creator is a one-stop shop for video creation, where you can go from idea to fully produced video in a few simple clicks.
Wochit Shortcut Video Creator makes it easy to connect your product page with the Wochit platform. 
Simply download the extension to implement the Wochit 'Make a Video' button on your store. Wochit works with the media already on your product page to construct a beautiful, customized video. For ultimate control over style and flow, choose from a variety of video templates for Wochit to plug your media into. Whether it's audio, pacing, transitions or text style — our template options offer the variety you need to find the perfect fit for any product promotion.
Now, you can create a video that elevates your brand style and markets your product within minutes — just let Wochit do the legwork.

Currently supported platforms: 
Shopify.                    

확장 프로그램 기본 정보

이름 Wochit Shortcut - Video Creator Wochit Shortcut - Video Creator
ID nagmedkglffeccblicbeekgnfimgmfnc
공식 URL https://chromewebstore.google.com/detail/wochit-shortcut-video-cre/nagmedkglffeccblicbeekgnfimgmfnc
설명 Wochit Shortcut is a one-stop shop for video creation, where you can go from idea to fully produced video in a few simple clicks.
파일 크기 293 KB
설치 횟수 214
현재 버전 0.2.3
최근 업데이트 2021-06-14
출시 날짜 2020-05-31
평점 1.00/5 총 1 개의 평점
개발자 Wochit
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wochit.com
도움말 페이지 URL https://www.wochit.com/resources/
개인정보 보호 정책 페이지 URL https://www.wochit.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wochit Shortcut - Video Creator",
    "description": "Wochit Shortcut is a one-stop shop for video creation, where you can go from idea to fully produced video in a few simple clicks.",
    "version": "0.2.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "wochit-shortcut",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "310836634043-l3ml4u8e6tvad1ubd51j90jecj0u9t44.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "web_accessible_resources": [
        "injectedMenu\/injectedMenu.html",
        "inject\/WochitHelper.js",
        "inject\/channelOfficer.js",
        "inject\/etsy.js",
        "inject\/shopify.js",
        "inject\/airbnb.js",
        "inject\/inside-sdk.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "inject\/contentScript.js"
            ],
            "css": [
                "inject\/style.css"
            ]
        }
    ]
}