Post Partner
Pre-schedule your posts on Profile and Groups.
什么是Post Partner?
Post Partner是由https://postpartner.io开发的Chrome扩展程序,该扩展的主要功能是“Pre-schedule your posts on Profile and Groups.”。
扩展截图
下载Post Partner扩展crx文件
下载Post Partner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pre-schedule your Facebook posts with ease.
Save time and get more exposure on Facebook with the most powerful Facebook tool. 扩展基本信息
| 名称 | |
| ID | lgjffcgabdfghbelilnimilgfchjhejc |
| 官方URL | https://chromewebstore.google.com/detail/post-partner/lgjffcgabdfghbelilnimilgfchjhejc |
| 简介 | Pre-schedule your posts on Profile and Groups. |
| 文件大小 | 10 MB |
| 安装次数 | 537 |
| 当前版本 | 1.01.34 |
| 更新时间 | 2024-01-27 |
| 上架时间 | 2022-07-19 |
| 评分 | 2.67/5 共27次评分 |
| 开发者 | https://postpartner.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.postpartner.io |
| 帮助页面URL | https://www.postpartner.io/contact/ |
| 隐私政策页面URL | https://www.postpartner.io/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Post Partner",
"description": "Pre-schedule your posts on Profile and Groups.",
"version": "1.01.34",
"manifest_version": 3,
"icons": {
"16": "assets\/img\/icon_16.png",
"32": "assets\/img\/icon_32.png",
"48": "assets\/img\/icon_48.png",
"128": "assets\/img\/icon_128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"assets\/css\/toastr.min.css",
"assets\/css\/content-style.css",
"inject-helper\/css\/common.css"
],
"js": [
"lib\/jquery.min.js",
"lib\/toastr.min.js",
"inject-helper\/js\/jquery-3.1.0.min.js",
"inject-helper\/js\/arrive.js",
"inject-helper\/js\/lazyload.min.js",
"inject-helper\/js\/snackbar-toast.js",
"js\/content-script.bundle.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/img\/*.png"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
]
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"alarms",
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.postpartner.io\/*"
],
"action": {
"default_icon": "assets\/img\/icon_16.png",
"default_popup": "popup.html"
},
"externally_connectable": {
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
} | |