Post Partner

Pre-schedule your posts on Profile and Groups.

Τι είναι το Post Partner;

Το Post Partner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://postpartner.io, και η κύρια λειτουργία του είναι "Pre-schedule your posts on Profile and Groups.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Post Partner

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Post Partner Post Partner
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\/*"
        ]
    }
}