Sked Social Regram
Regram and schedule posts
Was ist Sked Social Regram?
Sked Social Regram ist eine Chrome-Erweiterung, die von http://skedsocial.com entwickelt wurde, und ihr Hauptmerkmal ist "Regram and schedule posts".
Erweiterungsscreenshots
Sked Social Regram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sked Social Regram-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
Sked Social Regram is an extension to the paid subscription service Sked Social, which allows you to schedule and upload images and video to Instagram to one or more accounts. You need to have a subscription to Sked Social to use this extension. Sign up at https://app.skedsocial.com/signup. Sked Social's extension lets customers 'regram' or share photos from other users. It installs an extension to your Chrome. When you are browsing Instagram, you can click on the Sked Social icon in your browser to share the image currently on the screen. You'll be able to select the right account, and provide a caption, comment and time for the post. Please note that this extension is in beta format - please provide feedback with any questions or issues to us at [email protected]!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ffgpobfpdejceccaekjgoohkbllpohcp |
Offizielle URL | https://chrome.google.com/webstore/detail/sked-social-regram/ffgpobfpdejceccaekjgoohkbllpohcp |
Beschreibung | Regram and schedule posts |
Dateigröße | 486 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 3.0.2 |
Letztes Update | 2019-04-19 |
Veröffentlichungsdatum | 2019-04-19 |
Bewertung | 3.00/5 Insgesamt 5 Bewertungen |
Entwickler | http://skedsocial.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://skedsocial.com |
Hilfeseite URL | https://support.skedsocial.com/ |
URL der Datenschutzrichtlinien-Seite | https://skedsocial.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sked Social Regram", "description": "Regram and schedule posts", "version": "3.0.2", "browser_action": { "default_icon": "images\/logo-disabled.png", "default_popup": "components\/post.html" }, "background": { "scripts": [ "dist\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "dist\/contentscript.js" ] } ], "icons": { "128": "images\/logo_128.png", "64": "images\/logo.png" }, "permissions": [ "activeTab", "tabs", "notifications", "https:\/\/app.skedsocial.com\/" ], "options_page": "components\/post.html", "web_accessible_resources": [ "\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |