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 | 
| Eメール | [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\/*"
        ]
    }
}  |  |