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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShopBase และคุณลักษณะหลักของมันคือ "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShopBase Ads Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ShopBase Ads Assistant |
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": [] } ] } |