Ads Trust
Get to know the trust level of your Facebook Ads account.
什麼是Ads Trust?
Ads Trust是由https://cpa.rip開發的Chrome擴展程式,該擴展的主要功能是“Get to know the trust level of your Facebook Ads account.”。
擴展截圖
下載Ads Trust擴展crx文件
下載Ads Trust擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension shows the trust level of Facebook Ads to your payment profile.
擴展基本資訊
名稱 | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
官方網址 | 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" ] } |