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?
ShopBase Ads Assistant是由ShopBase开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载ShopBase Ads Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | pmhoolpeoihcjkjdbbfbinafgomhoaic |
| 官方URL | https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic |
| 简介 | This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager. |
| 文件大小 | 148 KB |
| 安装次数 | 737 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-01-18 |
| 上架时间 | 2022-05-24 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | ShopBase |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.shopbase.com/privacy-policy |
| 支持的语言 | 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": []
}
]
} | |