Social Marketplace Repricer

This extension helps Sku Grid users to update price & stock on Facebook Marketplace based on supplier’s data at Sku Grid.

什麼是Social Marketplace Repricer?

Social Marketplace Repricer是由https://skugrid.com開發的Chrome擴展程式,該擴展的主要功能是“This extension helps Sku Grid users to update price & stock on Facebook Marketplace based on supplier’s data at Sku Grid.”。

擴展截圖

screenshot

下載Social Marketplace Repricer擴展crx文件

下載Social Marketplace Repricer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps Sku Grid users to update price & stock information on Facebook Marketplace based on supplier’s data at Sku Grid. To use this extension you must have configured Facebook Marketplace at Sku Grid and added your items from Facebook Marketplace to Sku Grid’s inventory.                    

擴展基本資訊

名稱 Social Marketplace Repricer Social Marketplace Repricer
ID dmknjndmfmdnhjfcpjfefoemhamgoinl
官方網址 https://chromewebstore.google.com/detail/social-marketplace-repric/dmknjndmfmdnhjfcpjfefoemhamgoinl
簡介 This extension helps Sku Grid users to update price & stock on Facebook Marketplace based on supplier’s data at Sku Grid.
檔案大小 2.48 MB
安裝次數 110
目前版本 1.2.8
更新時間 2023-03-15
上架時間 2022-03-02
評分 5.00/5 共 2 次評分
開發者 https://skugrid.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://skugrid.com/web
說明頁面URL https://skugrid.freshdesk.com/
隱私政策頁面URL https://skugrid.com/web/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Marketplace Repricer",
    "version": "1.2.8",
    "description": "This extension helps Sku Grid users to update price & stock on Facebook Marketplace based on supplier\u2019s data at Sku Grid.",
    "minimum_chrome_version": "93.0.4577",
    "icons": {
        "16": "img\/sg_logo_16.png",
        "19": "img\/sg_logo_19.png",
        "32": "img\/sg_logo_32.png",
        "48": "img\/sg_logo_48.png",
        "64": "img\/sg_logo_64.png",
        "128": "img\/sg_logo_128.png",
        "256": "img\/sg_logo_256.png"
    },
    "host_permissions": [
        "https:\/\/facebook.com\/*\/*",
        "https:\/\/www.facebook.com\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/marketplace\/you\/selling"
            ],
            "run_at": "document_end",
            "js": [
                "js\/inject.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/marketplace\/item\/*?fb_ext_action=*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/mark.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/marketplace\/edit?listing_id=*&fb_ext_action=*&price=*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/edit.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_title": "Sku Grid"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "tabs",
        "scripting"
    ],
    "content_security_policy": []
}