Sked Social Regram
Regram and schedule posts
Sked Social Regramとは何ですか?
Sked Social Regramはhttp://skedsocial.comによって開発されたChromeの拡張機能で、その主な機能は「Regram and schedule posts」です。
拡張機能のスクリーンショット
Sked Social Regram拡張機能のCRXファイルをダウンロード
Sked Social Regram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]!
拡張機能の基本情報
名前 | |
ID | ffgpobfpdejceccaekjgoohkbllpohcp |
公式URL | https://chrome.google.com/webstore/detail/sked-social-regram/ffgpobfpdejceccaekjgoohkbllpohcp |
説明 | Regram and schedule posts |
ファイルサイズ | 486 KB |
インストール数 | 2,000 |
現在のバージョン | 3.0.2 |
最終更新日 | 2019-04-19 |
公開日 | 2019-04-19 |
評価 | 3.00/5 合計 5 レビュー |
開発者 | http://skedsocial.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://skedsocial.com |
ヘルプページのURL | https://support.skedsocial.com/ |
プライバシーポリシーページのURL | https://skedsocial.com/privacy-policy |
対応言語 | 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'" } |