Circulate.it Extension

Easily circulate any web page so your entire organization can share it on social media.

Circulate.it Extension क्या है?

Circulate.it Extension http://circulate.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily circulate any web page so your entire organization can share it on social media."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        We all tend to share articles and pages we read with coworkers, clients, and friends.

But when we share a link by email, let's be honest, if you really hoped a lot of people would read or share it you've probably been pretty disappointed. It's just too much of a pain for them - especially if you're asking them to do it on a daily or weekly basis. And, forget about convincing them to keep another app open on their desktop or mobile.

We’ve designed Circulate.it to make it a joy to read and share. With a single click you can customize and redistribute any piece of content out to your coworkers, clients or friends as a beautiful, clean email.

And, for them, it's readable right in their email and has a single big button: share. There’s no sign-up process, no hoops to jump through, and no training required.

With this Chrome extension you can create a circulation with a single click, and then add it to your daily or weekly newsletter to your team.                    

एक्सटेंशन की मूल जानकारी

नाम Circulate.it Extension Circulate.it Extension
ID baanmabnanoogpflhipnfjbhcgbikgng
आधिकारिक URL https://chrome.google.com/webstore/detail/circulateit-extension/baanmabnanoogpflhipnfjbhcgbikgng
विवरण Easily circulate any web page so your entire organization can share it on social media.
फ़ाइल का आकार 11.12 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.2.6
अंतिम अपडेट 2014-02-25
प्रकाशन तिथि 2014-02-25
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर http://circulate.it
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://circulate.it/
सहायता पृष्ठ URL http://help.circulate.it
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Circulate.it Extension",
    "short_name": "Circulate.it",
    "description": "Easily circulate any web page so your entire organization can share it on social media.",
    "version": "1.2.6",
    "icons": {
        "16": "icon-16px.png",
        "48": "icon-48px.png",
        "128": "icon-128px.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "circulate.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19px.png",
            "38": "icon-38px.png"
        },
        "default_title": "Share this article or blog with your team"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.circulate.it\/*"
            ],
            "js": [
                "detect.js"
            ]
        }
    ]
}