Confect.io - Design your Catalog Ads

The official Chrome Plugin from Confect.io

Τι είναι το Confect.io - Design your Catalog Ads;

Το Confect.io - Design your Catalog Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://confect.io, και η κύρια λειτουργία του είναι "The official Chrome Plugin from Confect.io".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Confect.io - Design your Catalog Ads

Λήψη αρχείων επέκτασης Confect.io - Design your Catalog Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Confect.io - Design your Catalog Ads Confect.io - Design your Catalog Ads
ID leknliicffobjlhilhmijnbmmjfigjme
Επίσημο URL https://chromewebstore.google.com/detail/confectio-design-your-cat/leknliicffobjlhilhmijnbmmjfigjme
Περιγραφή The official Chrome Plugin from Confect.io
Μέγεθος Αρχείου 262 KB
Αριθμός Εγκαταστάσεων 534
Τρέχουσα Έκδοση 4.0.3
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2022-05-04
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://confect.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://confect.io
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}