Confect.io - Design your Catalog Ads
The official Chrome Plugin from Confect.io
O que é Confect.io - Design your Catalog Ads?
Confect.io - Design your Catalog Ads é uma extensão do Chrome desenvolvida por https://confect.io, e sua principal característica é "The official Chrome Plugin from Confect.io".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Confect.io - Design your Catalog Ads
Baixe arquivos de extensão Confect.io - Design your Catalog Ads no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Confect.io - Design your Catalog Ads |
ID | leknliicffobjlhilhmijnbmmjfigjme |
URL Oficial | https://chromewebstore.google.com/detail/confectio-design-your-cat/leknliicffobjlhilhmijnbmmjfigjme |
Descrição | The official Chrome Plugin from Confect.io |
Tamanho do Arquivo | 262 KB |
Contagem de Instalações | 534 |
Versão Atual | 4.0.3 |
Última Atualização | 2024-03-02 |
Data de Publicação | 2022-05-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://confect.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://confect.io |
Idiomas Suportados | 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" ] } ] } |