Sked Social Regram

Regram and schedule posts

什么是Sked Social Regram?

Sked Social Regram是由http://skedsocial.com开发的Chrome扩展程序,该扩展的主要功能是“Regram and schedule posts”。

扩展截图

screenshot

下载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]!                    

扩展基本信息

名称 Sked Social Regram Sked Social Regram
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
电子邮箱 [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'"
}