NewShop Facebook Data Advertise

NewShop 官方 Facebook 数据辅助工具

What is NewShop Facebook Data Advertise?

NewShop Facebook Data Advertise is a Chrome extension developed by innovative, and its main feature is "NewShop 官方 Facebook 数据辅助工具".

Extension Screenshots

screenshot

Download NewShop Facebook Data Advertise Extension CRX File

Download NewShop Facebook Data Advertise extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        由于IOS14+ 的隐私政策发布,导致Facebook Pixel无法精确追踪到广告投放成效,造成广告成效数据远比实际成效低,这严重影响运营人员对广告成效的判断。为此,NEWSHOP独立研发出了本插件,使用UTM追踪技术修正了广告成效,使广告成效的正确率接近100%。                    

Extension Basic Information

Name NewShop Facebook Data Advertise NewShop Facebook Data Advertise
ID ngmgjbaakfafmehjmfgkoipabdkinlme
Official URL https://chromewebstore.google.com/detail/newshop-facebook-data-adv/ngmgjbaakfafmehjmfgkoipabdkinlme
Description NewShop 官方 Facebook 数据辅助工具
File Size 381 KB
Installation Count 187
Current Version 0.14
Last Updated 2023-06-22
Publish Date 2022-02-10
Rating 5.00/5 Total 1 Ratings
Developer innovative
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NewShop Facebook Data Advertise",
    "description": "NewShop \u5b98\u65b9 Facebook \u6570\u636e\u8f85\u52a9\u5de5\u5177",
    "version": "0.14",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/fbhelper.apps.seabroadnet.com\/*",
        "https:\/\/saas.seabroadnet.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "list-content.js"
            ],
            "run_at": "document_end"
        }
    ]
}