Genius Scheduler
Schedule FB posts in advance for a personal FB Profile
Genius Schedulerとは何ですか?
Genius Schedulerはedakehurstによって開発されたChromeの拡張機能で、その主な機能は「Schedule FB posts in advance for a personal FB Profile」です。
拡張機能のスクリーンショット
Genius Scheduler拡張機能のCRXファイルをダウンロード
Genius Scheduler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
From personal FB profile, you may schedule and analyze posts 拡張機能の基本情報
| 名前 | |
| ID | ckbcmmemjdgilpjadkdnehijpmelbiij |
| 公式URL | https://chromewebstore.google.com/detail/genius-scheduler/ckbcmmemjdgilpjadkdnehijpmelbiij |
| 説明 | Schedule FB posts in advance for a personal FB Profile |
| ファイルサイズ | 6.97 MB |
| インストール数 | 1,024 |
| 現在のバージョン | 2.1.38 |
| 最終更新日 | 2024-01-11 |
| 公開日 | 2021-08-02 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | edakehurst |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://edakehurst.kartra.com/page/GeniusScheduler |
| ヘルプページのURL | https://edakehurst.kartra.com/help/HelpDesk |
| プライバシーポリシーページのURL | https://geniusposts.io/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Genius Scheduler",
"version": "2.1.38",
"manifest_version": 3,
"description": "Schedule FB posts in advance for a personal FB Profile",
"icons": {
"16": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1686340320386-small_icon.png",
"48": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454605-medium_icon.png",
"128": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454653-large_icon.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Genius 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\/*",
"*:\/\/*.geniusscheduler.com\/*"
],
"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",
"6075ae1983cb74103b156406_content.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "6075ae1983cb74103b156406_background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.facebook.com\/*"
]
},
"short_name": "GS"
} | |