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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official Chrome Plugin from Confect.io"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Confect.io - Design your Catalog Ads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}