Ads Trust
Get to know the trust level of your Facebook Ads account.
Apa itu Ads Trust?
Ads Trust adalah ekstensi Chrome yang dikembangkan oleh https://cpa.rip, dan fitur utamanya adalah "Get to know the trust level of your Facebook Ads account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ads Trust
Unduh file ekstensi Ads Trust dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The extension shows the trust level of Facebook Ads to your payment profile.
Informasi Dasar Ekstensi
Nama | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
URL Resmi | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
Deskripsi | Get to know the trust level of your Facebook Ads account. |
Ukuran File | 54.72 KB |
Jumlah Instalasi | 5,000 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2023-08-22 |
Tanggal Publikasi | 2023-08-22 |
Pengembang | https://cpa.rip |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
URL Halaman Kebijakan Privasi | https://cpa.rip/adlibraryhelper/policy.html |
Bahasa yang Didukung | 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" ] } |