iPaiban Pro 小助手
让用户在微信公众平台,轻松发布交互图文,以及提取交互排版所需的各种ID、路径、html代码。
What is iPaiban Pro 小助手?
iPaiban Pro 小助手 is a Chrome extension developed by i排版, and its main feature is "让用户在微信公众平台,轻松发布交互图文,以及提取交互排版所需的各种ID、路径、html代码。".
Extension Screenshots
Download iPaiban Pro 小助手 Extension CRX File
Download iPaiban Pro 小助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
iPaiban Pro 小助手可以让您在公众号后台,轻松发布交互图文;提取交互排版所需的各种ID、路径、html代码;帮助预览并打包下载图文素材。既提高了工作效率,又可以避免出错,让您远离繁琐、易出错的各种操作。
Extension Basic Information
Name | iPaiban Pro 小助手 |
ID | fknmkcfccpplhagihmkfdmbedcnbjoho |
Official URL | https://chromewebstore.google.com/detail/ipaiban-pro-%E5%B0%8F%E5%8A%A9%E6%89%8B/fknmkcfccpplhagihmkfdmbedcnbjoho |
Description | 让用户在微信公众平台,轻松发布交互图文,以及提取交互排版所需的各种ID、路径、html代码。 |
File Size | 362 KB |
Installation Count | 2,431 |
Current Version | 2.24.3 |
Last Updated | 2024-02-19 |
Publish Date | 2023-02-01 |
Developer | i排版 |
[email protected] | |
Payment Type | free |
Extension Website | https://svg.ipaiban.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iPaiban Pro \u5c0f\u52a9\u624b", "version": "2.24.3", "description": "\u8ba9\u7528\u6237\u5728\u5fae\u4fe1\u516c\u4f17\u5e73\u53f0\uff0c\u8f7b\u677e\u53d1\u5e03\u4ea4\u4e92\u56fe\u6587\uff0c\u4ee5\u53ca\u63d0\u53d6\u4ea4\u4e92\u6392\u7248\u6240\u9700\u7684\u5404\u79cdID\u3001\u8def\u5f84\u3001html\u4ee3\u7801\u3002", "author": "i\u6392\u7248", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/svg.ipaiban.com", "action": { "default_icon": "icon.png", "default_title": "iPaiban Pro \u5c0f\u52a9\u624b", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "activeTab", "contextMenus" ], "host_permissions": [ "https:\/\/mmbiz.qpic.cn\/", "https:\/\/x.ipaiban.com\/", "https:\/\/svg.ipaiban.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mp.weixin.qq.com\/*", "https:\/\/mp.weixin.qq.com\/*\/*" ], "js": [ ".\/jquery-1.8.3.js", ".\/content-script.js", ".\/process.js" ], "css": [ ".\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ ".\/inject.js" ], "matches": [ " |