Choice AI - Visual Editor

The Visual Editor is your design hub. Create, modify and deploy any Choice AI component using the Visual Editor.

Τι είναι το Choice AI - Visual Editor;

Το Choice AI - Visual Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://choice.ai, και η κύρια λειτουργία του είναι "The Visual Editor is your design hub. Create, modify and deploy any Choice AI component using the Visual Editor.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Choice AI - Visual Editor

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

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

                        ᐅ The world’s only plug-in based Editor
Our revolutionary technology enables easy inline editing and is fully compatible with your eCommerce store.

ᐅ Visual for Inventors, Code for Perfectionists
Our developers did all the coding, so you won’t have to. You can change any design option with just a click. But if you wish to tweak anything, we got that covered too with the HTML editing mode.

ᐅ Point and Click Widget Installation 
The Visual Placement tool allows effortless installation of widgets. Pick a location on your web page, and the Visual Placement tool will install it automatically.

ᐅ Preview before Publish
Check compatibility across devices and resolutions within the Visual Editor before publishing changes to your store. Choice AI also supports multiple languages.

ᐅ Integrations to Complete the Loop
Import images from Facebook, Instagram, and other services for creatives or use leading banner graphic designers like Canva or BannerSnack to create banners and install on your store using the Visual Editor.



This plug-in enables Choice.AI Visual Editor to run directly on your site. This tool is only for customers with a Choice AI account. Choice AI is an Artificial Intelligence based company that provides intelligent interfaces for eCommerce stores. worldwide. Read more at choice.ai



Privacy Policy: choice.ai/privacypolicy
Terms of Service: choice.ai/termsofservice                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Choice AI - Visual Editor Choice AI - Visual Editor
ID binbmhbepfjhbfbifcbjhejniidlnopj
Επίσημο URL https://chrome.google.com/webstore/detail/choice-ai-visual-editor/binbmhbepfjhbfbifcbjhejniidlnopj
Περιγραφή The Visual Editor is your design hub. Create, modify and deploy any Choice AI component using the Visual Editor.
Μέγεθος Αρχείου 42.25 KB
Αριθμός Εγκαταστάσεων 282
Τρέχουσα Έκδοση 0.3.9
Τελευταία Ενημέρωση 2018-06-07
Ημερομηνία Δημοσίευσης 2018-06-07
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://choice.ai
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://choice.zendesk.com/hc/en-us/categories/201376425-Visual-Editor
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Choice AI - Visual Editor",
    "version": "0.3.9",
    "manifest_version": 2,
    "description": "The Visual Editor is your design hub. Create, modify and deploy any Choice AI component using the Visual Editor.",
    "homepage_url": "https:\/\/choice.ai",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/bg\/options.html",
    "web_accessible_resources": [
        "src\/inject\/general_plugins\/*.js",
        "src\/inject\/inject-general.js",
        "src\/inject\/inject-editor.js",
        "src\/inject\/inject-preview.js",
        "src\/inject\/inject-camera.js"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/bg\/popup.html",
        "default_title": "Choice.AI Visual Editor"
    },
    "commands": {
        "toggle-dev-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle dev feature"
        },
        "toggle-dev-feature2": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "description": "Toggle dev feature"
        },
        "toggle-dev-feature3": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Toggle dev feature"
        }
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "*mweditor=*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/dom-demo-loader.js"
            ],
            "run_at": "document_start"
        },
        {
            "include_globs": [
                "*mweditor=*",
                "*mwexclusive=*",
                "*choice.ai*",
                "*airtable.com*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/dom-started.js"
            ],
            "run_at": "document_start"
        },
        {
            "include_globs": [
                "*mweditor=*",
                "*mwexclusive=*",
                "*choice.ai*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/dom-loaded.js"
            ],
            "run_at": "document_end"
        },
        {
            "include_globs": [
                "*airtable.com*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/dom-generic-loaded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}