ShopBase Ads Assistant

This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.

ShopBase Ads Assistant là gì?

ShopBase Ads Assistant là một tiện ích mở rộng Chrome được phát triển bởi ShopBase, và tính năng chính của nó là "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopBase Ads Assistant

Tải xuống các tệp mở rộng ShopBase Ads Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        In order to solve the data loss caused by the iOS 14 privacy settings, ShopBase merchants can use this application to match their real-time store order data with the corresponding campaign/adset/ad on their Facebook Ads Manager, so that find out how to optimize their advertising campaigns in a timely manner.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopBase Ads Assistant ShopBase Ads Assistant
ID pmhoolpeoihcjkjdbbfbinafgomhoaic
URL Chính Thức https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic
Mô tả This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 737
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2022-05-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ShopBase
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.shopbase.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBase Ads Assistant",
    "description": "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/fbads.png",
            "32": "\/icons\/fbads.png",
            "48": "\/icons\/fbads.png",
            "128": "\/icons\/fbads.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/language.js",
                "js\/const.js",
                "js\/content.js",
                "js\/vendor\/localbase.dev.js"
            ],
            "css": []
        }
    ]
}