Post Partner
Pre-schedule your posts on Profile and Groups.
Co je Post Partner?
Post Partner je rozšíření Chrome vyvinuté https://postpartner.io, a jeho hlavní funkcí je „Pre-schedule your posts on Profile and Groups.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Post Partner
Stáhněte si soubory rozšíření Post Partner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Pre-schedule your Facebook posts with ease. Save time and get more exposure on Facebook with the most powerful Facebook tool.
Základní Informace o Rozšíření
Název | Post Partner |
ID | lgjffcgabdfghbelilnimilgfchjhejc |
Oficiální URL | https://chromewebstore.google.com/detail/post-partner/lgjffcgabdfghbelilnimilgfchjhejc |
Popis | Pre-schedule your posts on Profile and Groups. |
Velikost souboru | 10 MB |
Počet instalací | 537 |
Aktuální Verze | 1.01.34 |
Poslední Aktualizace | 2024-01-27 |
Datum Vydání | 2022-07-19 |
Hodnocení | 2.67/5 Celkem 27 Hodnocení |
Vývojář | https://postpartner.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.postpartner.io |
URL Stránky Nápovědy | https://www.postpartner.io/contact/ |
URL Stránky Zásad Ochrany Soukromí | https://www.postpartner.io/privacy-policy |
Podporované Jazyky | 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\/*" ] } } |