Confect.io - Design your Catalog Ads

The official Chrome Plugin from Confect.io

Qu'est-ce que Confect.io - Design your Catalog Ads ?

Confect.io - Design your Catalog Ads est une extension Chrome développée par https://confect.io, et sa fonction principale est "The official Chrome Plugin from Confect.io".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Confect.io - Design your Catalog Ads

Téléchargez les fichiers d'extension Confect.io - Design your Catalog Ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Confect.io - Design your Catalog Ads Confect.io - Design your Catalog Ads
ID leknliicffobjlhilhmijnbmmjfigjme
URL Officiel https://chromewebstore.google.com/detail/confectio-design-your-cat/leknliicffobjlhilhmijnbmmjfigjme
Description The official Chrome Plugin from Confect.io
Taille du Fichier 262 KB
Nombre d'Installations 534
Version Actuelle 4.0.3
Dernière Mise à Jour 2024-03-02
Date de Publication 2022-05-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://confect.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://confect.io
Langues Prises en Charge 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"
            ]
        }
    ]
}