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 https://confect.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official Chrome Plugin from Confect.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Confect.io - Design your Catalog Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}