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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wochit, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Wochit Shortcut - Video Creator

Λήψη αρχείων επέκτασης Wochit Shortcut - Video Creator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}