MSHOP Facebook Data Advertise
MSHOP 官方 Facebook 数据辅助工具
What is MSHOP Facebook Data Advertise?
MSHOP Facebook Data Advertise is a Chrome extension developed by innovative, and its main feature is "MSHOP 官方 Facebook 数据辅助工具".
Extension Screenshots
Download MSHOP Facebook Data Advertise Extension CRX File
Download MSHOP 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
MSHOP Facebook Data Advertise是一款能够帮助用户更准确的统计Facebook广告成效数据的浏览器插件,能够使广告数据成效的精确度由45%~60%提升至接近100%。
Extension Basic Information
Name | MSHOP Facebook Data Advertise |
ID | iihlpmmdgiinaakmidbhdbgfcnegneme |
Official URL | https://chromewebstore.google.com/detail/mshop-facebook-data-adver/iihlpmmdgiinaakmidbhdbgfcnegneme |
Description | MSHOP 官方 Facebook 数据辅助工具 |
File Size | 349 KB |
Installation Count | 73 |
Current Version | 0.14 |
Last Updated | 2023-06-22 |
Publish Date | 2022-02-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | innovative |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MSHOP Facebook Data Advertise", "description": "MSHOP \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" } ] } |