Sked Social Regram

Regram and schedule posts

Sked Social Regram là gì?

Sked Social Regram là một tiện ích mở rộng Chrome được phát triển bởi http://skedsocial.com, và tính năng chính của nó là "Regram and schedule posts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sked Social Regram

Tải xuống các tệp mở rộng Sked Social Regram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sked Social Regram Sked Social Regram
ID ffgpobfpdejceccaekjgoohkbllpohcp
URL Chính Thức https://chrome.google.com/webstore/detail/sked-social-regram/ffgpobfpdejceccaekjgoohkbllpohcp
Mô tả Regram and schedule posts
Kích Thước Tệp 486 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2019-04-19
Ngày Phát Hành 2019-04-19
Đánh Giá 3.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://skedsocial.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://skedsocial.com
URL Trang Trợ Giúp https://support.skedsocial.com/
URL Trang Chính Sách Bảo Mật https://skedsocial.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}