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 |
公式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 |
Eメール | [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" ] } |