Ads Trust
Get to know the trust level of your Facebook Ads account.
Vad är Ads Trust?
Ads Trust är en Chrome-tillägg utvecklad av https://cpa.rip, och dess huvudfunktion är "Get to know the trust level of your Facebook Ads account.".
Tilläggsskärmbilder
Ladda ner Ads Trust-förlängningens CRX-fil
Ladda ner Ads Trust-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension shows the trust level of Facebook Ads to your payment profile. Grundläggande Information om Tillägg
| Namn | |
| ID | lanhjpladilgmdkepgeggnllpiofkefi |
| Officiell webbadress | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
| Beskrivning | Get to know the trust level of your Facebook Ads account. |
| Filstorlek | 54.72 KB |
| Antal Installationer | 5,000 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2023-08-22 |
| Publiceringsdatum | 2023-08-22 |
| Utvecklare | https://cpa.rip |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
| URL till Sekretesspolicy Sidan | https://cpa.rip/adlibraryhelper/policy.html |
| Stödda Språk | 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"
]
} | |