MoveUp
One click to move up your product data to your websites
MoveUpとは何ですか?
MoveUpはdevelopersによって開発されたChromeの拡張機能で、その主な機能は「One click to move up your product data to your websites」です。
拡張機能のスクリーンショット
MoveUp拡張機能のCRXファイルをダウンロード
MoveUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        MoveUp is an in-purchase app. It gives you the ability to find product data from numerous websites and include them to your desire …
MoveUp is a paid app with web application.
It gives you access to product data and to sell it online
MoveUp extension works together with the web application.
Components:
Move up various product data to your desired Woo and Shopify websites.
Partial-automatic order fulfillment.
Import product data to different platforms with one click.                     拡張機能の基本情報
| 名前 |   |  
| ID | fojlhkeimnollhmjjjfaifebkpdgnbdj | 
| 公式URL | https://chromewebstore.google.com/detail/moveup/fojlhkeimnollhmjjjfaifebkpdgnbdj | 
| 説明 | One click to move up your product data to your websites | 
| ファイルサイズ | 1.34 MB | 
| インストール数 | 45 | 
| 現在のバージョン | 1.7.6 | 
| 最終更新日 | 2024-02-05 | 
| 公開日 | 2023-01-24 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | developers | 
| Eメール | [email protected] | 
| 支払い方法 | in_app | 
| 拡張機能のウェブサイト | https://moveup.click/ | 
| ヘルプページのURL | https://help.moveup.click | 
| プライバシーポリシーページのURL | https://moveup.click/privacy-policy | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "One click to move up your product data to your websites",
    "version": "1.7.6",
    "manifest_version": 3,
    "name": "MoveUp",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon32.png"
    },
    "icons": {
        "16": "icon16.png",
        "34": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.alibaba.com\/*",
                "https:\/\/*.gearbest.com\/*",
                "https:\/\/*.flipkart.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.myntra.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.daraz.com.bd\/*"
            ],
            "js": [
                "productImportContentScript.bundle.js",
                "singleOrderItemFulfillment.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.gearbest.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/cart.1688.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.flipkart.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.myntra.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.daraz.com.bd\/*"
            ],
            "js": [
                "orderFulfillment.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.flipkart.com\/*"
            ],
            "css": [
                "overrideTailwindForWalmart.css",
                "overrideTailwindForFlipkart.css"
            ]
        },
        {
            "matches": [
                "http:\/\/127.0.0.1:3000\/*",
                "https:\/\/*.moveup.click\/*",
                "https:\/\/*.moveup-app.pages.dev\/*"
            ],
            "js": [
                "OnInstall.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        " extension_pages": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "productImport.css",
                "orderFulfillment.css",
                "moveUpParser.bundle.js",
                "ebayInjectedScript.bundle.js",
                "assets\/icon\/flags-mini\/*.png",
                "assets\/img\/*.png"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.alibaba.com\/*",
                "https:\/\/*.gearbest.com\/*",
                "https:\/\/*.flipkart.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.myntra.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.daraz.com.bd\/*"
            ]
        }
    ]
}  |  |