WebExtension.net
WebExtension.net

Social Marketplace Repricer

View on Chrome Web Store
View Social Marketplace Repricer Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension helps Sku Grid users to update price & stock on Facebook Marketplace based on supplier’s data at Sku Grid.
Type
Extension
Users
110 users
1
Website skugrid.com
skugrid
View author page of skugrid
Published
Published on March 2, 2022
Version 1.2.8
Manifest version
3
Updated
Updated on March 15, 2023
View on Chrome Web Store
View Social Marketplace Repricer Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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": []
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top