Sked Social Regram

Regram and schedule posts

Sked Social Regram क्या है?

Sked Social Regram http://skedsocial.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Regram and schedule posts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sked Social Regram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}