Ads Trust
Get to know the trust level of your Facebook Ads account.
Ads Trustคืออะไร?
Ads Trust เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cpa.rip และคุณลักษณะหลักของมันคือ "Get to know the trust level of your Facebook Ads account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ads Trust
ดาวน์โหลดไฟล์ส่วนขยาย Ads Trust ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension shows the trust level of Facebook Ads to your payment profile.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
คำอธิบาย | Get to know the trust level of your Facebook Ads account. |
ขนาดไฟล์ | 54.72 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2023-08-22 |
วันที่เผยแพร่ | 2023-08-22 |
ผู้พัฒนา | https://cpa.rip |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
URL หน้านโยบายความเป็นส่วนตัว | https://cpa.rip/adlibraryhelper/policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ads Trust", "description": "Get to know the trust level of your Facebook Ads account.", "version": "0.3", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-32.png" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/app.js" ], "css": [ "css\/styles.css" ], "matches": [ "https:\/\/adsmanager.facebook.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "storage" ] } |