Intelipost: Conversor Amazon Marketplace
Conversor Intelipost para configurar tabelas de frete no Amazon Marketplace
什么是Intelipost: Conversor Amazon Marketplace?
Intelipost: Conversor Amazon Marketplace是由Intelipost开发的Chrome扩展程序,该扩展的主要功能是“Conversor Intelipost para configurar tabelas de frete no Amazon Marketplace”。
扩展截图
下载Intelipost: Conversor Amazon Marketplace扩展crx文件
下载Intelipost: Conversor Amazon Marketplace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Conversor de tabelas de frete para inserção de valores no ambiente de Marketplace. Agilizando o preenchimento e experiência do cliente. 扩展基本信息
| 名称 | |
| ID | cfbgejdeffdfkfooejdmlmbnggdbhpfm |
| 官方URL | https://chromewebstore.google.com/detail/intelipost-conversor-amaz/cfbgejdeffdfkfooejdmlmbnggdbhpfm |
| 简介 | Conversor Intelipost para configurar tabelas de frete no Amazon Marketplace |
| 文件大小 | 411 KB |
| 安装次数 | 385 |
| 当前版本 | 0.5.7.0 |
| 更新时间 | 2023-02-03 |
| 上架时间 | 2021-01-31 |
| 开发者 | Intelipost |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.intelipost.com.br |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background\/background.html",
"persistent": false
},
"browser_action": {
"default_title": "Intelipost: Conversor Amazon Marketplace",
"default_popup": "\/popup\/popup.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"\/content\/content.css"
],
"js": [
"\/lib\/jquery.min.js",
"\/lib\/async.min.js",
"\/content\/content.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/sellercentral.amazon.com.br\/*",
"*:\/\/sellercentral.amazon.com\/*"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
"description": "Conversor Intelipost para configurar tabelas de frete no Amazon Marketplace",
"icons": {
"128": "img\/icons\/icon128.png",
"48": "img\/icons\/icon48.png",
"16": "img\/icons\/icon16.png"
},
"manifest_version": 2,
"name": "Intelipost: Conversor Amazon Marketplace",
"permissions": [
"*:\/\/sellercentral.amazon.com.br\/*",
"*:\/\/sellercentral.amazon.com\/*",
"*:\/\/api.intelipost.com.br\/*",
"*:\/\/hooks.zapier.com\/*",
"storage",
"downloads",
"tabs"
],
"web_accessible_resources": [
"content\/*",
"lib\/*"
],
"short_name": "IP_AMZNBR",
"version": "0.5.7.0"
} | |