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