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”。
扩展截图
下载Confect.io - Design your Catalog Ads扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |