Social3 Post Scheduler Plugin
Post to social networks by Social3
Was ist Social3 Post Scheduler Plugin?
Social3 Post Scheduler Plugin ist eine Chrome-Erweiterung, die von Social3 entwickelt wurde, und ihr Hauptmerkmal ist "Post to social networks by Social3".
Erweiterungsscreenshots
Social3 Post Scheduler Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social3 Post Scheduler Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Social3 Post Scheduler chrome extension allows you to easily schedule & share posts as an individual or across your organization. For FREE. No catch
Grundlegende Informationen zur Erweiterung
Name | |
ID | aoifliafobcadkaladkbbobhgdnceajc |
Offizielle URL | https://chromewebstore.google.com/detail/social3-post-scheduler-pl/aoifliafobcadkaladkbbobhgdnceajc |
Beschreibung | Post to social networks by Social3 |
Dateigröße | 103 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-08-07 |
Veröffentlichungsdatum | 2018-08-07 |
Entwickler | Social3 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://social3.io |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social3 Post Scheduler Plugin", "description": "Post to social networks by Social3", "version": "1.0.2", "browser_action": { "default_icon": { "16": "data\/shared\/img\/s3_logo.png", "32": "data\/shared\/img\/[email protected]", "48": "data\/shared\/img\/[email protected]" }, "default_title": "Social3 Post Scheduler Plugin" }, "background": { "scripts": [ "data\/shared\/js\/s3-port-wrapper.js", "s3-main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "data\/shared\/js\/s3-close-wrapper.js", "data\/shared\/js\/s3-port-wrapper.js", "data\/shared\/js\/s3-iframe.js", "data\/shared\/js\/s3-chrome.js", "data\/shared\/js\/s3-chrome-data-wrapper.js", "data\/shared\/js\/s3-common.js" ], "all_frames": true } ], "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "data\/shared\/img\/s3_logo.png", "48": "data\/shared\/img\/[email protected]", "128": "data\/shared\/img\/icon128.png" }, "web_accessible_resources": [ "manifest.json", "data\/shared\/img\/*", "data\/shared\/s3-frame-container.html", "data\/shared\/js\/*" ] } |