Post Scheduler
PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE
什麼是Post Scheduler?
Post Scheduler是由https://postscheduler.io開發的Chrome擴展程式,該擴展的主要功能是“PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE”。
擴展截圖
下載Post Scheduler擴展crx文件
下載Post Scheduler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pre-schedule your FB posts on your personal facebook profile with few clicks. Check your scheduled posts on your calendar and so more. 擴展基本資訊
| 名稱 | |
| ID | hamddmihoepamnkonchjkgbncapmlbea |
| 官方網址 | https://chromewebstore.google.com/detail/post-scheduler/hamddmihoepamnkonchjkgbncapmlbea |
| 簡介 | PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE |
| 檔案大小 | 7.05 MB |
| 安裝次數 | 1,360 |
| 目前版本 | 1.2.89 |
| 更新時間 | 2024-01-25 |
| 上架時間 | 2021-02-03 |
| 評分 | 4.27/5 共 11 次評分 |
| 開發者 | https://postscheduler.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://tier5.us/chrome_extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Post Scheduler",
"version": "1.2.89",
"manifest_version": 3,
"description": "PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE",
"icons": {
"16": "images\/1620331515948-smallLogo.png",
"48": "images\/1620331516039-mediumLogo.png",
"128": "images\/1620331516082-largeLogo.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Post Scheduler"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/*.gif",
"inject-helper\/img\/*.gif",
"inject-helper\/img\/*.png",
"monkeyPatch.js"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
]
}
],
"permissions": [
"storage",
"tabs",
"scripting",
"alarms"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*",
"https:\/\/cdn.tiny.cloud\/*",
"*:\/\/*.postscheduler.io\/*",
"*:\/\/*.postscheduler.io\/*"
],
"content_scripts": [
{
"all_frames": true,
"css": [
"inject-helper\/css\/common.css"
],
"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",
"5fe10c8dec85863c16bf8200_content.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "5fe10c8dec85863c16bf8200_background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.facebook.com\/*"
]
},
"short_name": "PS"
} | |