Pixis AI
Make efficient ad campaigns across multiple platforms like FB & Google to boost your ROI, using the Pixis AI plug-in
Pixis AIคืออะไร?
Pixis AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pixis และคุณลักษณะหลักของมันคือ "Make efficient ad campaigns across multiple platforms like FB & Google to boost your ROI, using the Pixis AI plug-in"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixis AI
ดาวน์โหลดไฟล์ส่วนขยาย Pixis AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pixis AI Optimizer is an Artificial Intelligence-led cross-platform optimization plug-in that seamlessly integrates with multiple digital advertising platforms to increase the efficiency of digital marketing campaigns multifold. This versatile plug-in empowers marketers to achieve campaign goals through robust bid setting, specific targeting, and optimization of ad creatives. Pixis AI Optimizer is built to track, compare, and improve the performance of campaigns across platforms like Facebook and Google. Pixis’ AI Optimizer analyses billions of data points and runs experiments with cohorts within your target audience. Based on the results, Pixis AI Optimizer works as an adjunct to your Ad Manager Account and recommends action on individual elements like Ad Sets and Campaigns. These actions include automating ad delivery to newer related cohorts with high conversion potential and changing bids to place on top-ranking positions for search results. Using effective strategies through an intensive reiterative process, Pixis AI Optimizer can also hyper-personalized targeted ads to enhance CVR and reduce CPA. Pixis AI Optimizer records optimal bids and budgets to make the most out of the allotted budget. Pixis AI Optimizer minimises the dependency of Campaign Managers by making creative tweaks and refreshing creatives depending on the audience’s past behaviour or funnel status. Pixis’ AI Optimizer identifies hidden audiences and explores unconventional targeting parameters to reduce CAC and maximise ROI. Pixis AI Optimizer helps marketing teams run campaigns across platforms with a single tool. With a single exhaustive dashboard with features that are designed to not only manage execution but also handle creative fatigue and improve targeting. Detailed platform-level performance data and campaign comparison reports can be used to make long strategy decisions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pixis AI |
ID | mkmjggedfiogkimaohgddjehkegichih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixis-ai/mkmjggedfiogkimaohgddjehkegichih |
คำอธิบาย | Make efficient ad campaigns across multiple platforms like FB & Google to boost your ROI, using the Pixis AI plug-in |
ขนาดไฟล์ | 5.53 MB |
จำนวนการติดตั้ง | 577 |
เวอร์ชันปัจจุบัน | 2.0.20 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2022-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Pixis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://pixis.ai/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Make efficient ad campaigns across multiple platforms like FB & Google to boost your ROI, using the Pixis AI plug-in", "version": "2.0.20", "manifest_version": 3, "short_name": "Pixis AI", "name": "Pixis AI", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Pixis AI", "default_icon": "logo_16x16.png", "default_popup": "popup.html" }, "icons": { "16": "logo_16x16.png", "48": "logo_48x48.png", "128": "logo_128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/adsmanager\/*", "https:\/\/*.ui.ads.microsoft.com\/campaign*", "https:\/\/*.linkedin.com\/campaignmanager\/*", "https:\/\/ads.google.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/qa-fb-groups.pyxispm.com\/*", "https:\/\/app-dev.pixis.ai\/*", "https:\/\/app-qa.pixis.ai\/*", "https:\/\/*.displayvideo.google.com\/*", "https:\/\/app.pixis.ai\/*", "https:\/\/ads.tiktok.com\/*", "https:\/\/app.searchads.apple.com\/*", "https:\/\/ads.pinterest.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.facebook.com\/adsmanager\/*" ] }, "permissions": [ "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |