Confect.io - Design your Catalog Ads
The official Chrome Plugin from Confect.io
Wat is Confect.io - Design your Catalog Ads?
Confect.io - Design your Catalog Ads is een Chrome-extensie ontwikkeld door https://confect.io, en de belangrijkste functie is "The official Chrome Plugin from Confect.io".
Extensie Screenshots
Download het CRX-bestand van de extensie Confect.io - Design your Catalog Ads
Download Confect.io - Design your Catalog Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With this Chrome plugin you can select which design you want to use in your Catalog Ads on Meta - directly in the Facebook Ads Manager. You can have up to 20 design variants in your Confect Catalog, and even videos as well. We all know that content is king - and with the Confect Chrome Plugin, you can for the first time ever design your Catalog Ads directly in the Facebook Ads Manager. A user on confect.io is required to use this plugin.
Basisinformatie over de Extensie
Naam | Confect.io - Design your Catalog Ads |
ID | leknliicffobjlhilhmijnbmmjfigjme |
Officiële URL | https://chromewebstore.google.com/detail/confectio-design-your-cat/leknliicffobjlhilhmijnbmmjfigjme |
Beschrijving | The official Chrome Plugin from Confect.io |
Bestandsgrootte | 262 KB |
Aantal Installaties | 534 |
Huidige Versie | 4.0.3 |
Laatst Bijgewerkt | 2024-03-02 |
Publicatiedatum | 2022-05-04 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://confect.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://confect.io |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Confect.io - Design your Catalog Ads", "description": "The official Chrome Plugin from Confect.io", "version": "4.0.3", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "author": "Confect.io", "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/adsmanager.facebook.com\/*", "*:\/\/business.facebook.com\/*", "*:\/\/app.confect.io\/*" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/app.confect.io\/*" ], "js": [ "content-scripts\/confect.js" ] }, { "matches": [ "*:\/\/adsmanager.facebook.com\/*", "*:\/\/business.facebook.com\/*" ], "css": [ "content-scripts\/facebook.css" ], "js": [ "content-scripts\/facebook.js" ] } ] } |