Sopularity

Use Sopularity hashtag suggestions for each tweet you post.

Sopularity क्या है?

Sopularity https://www.sopularity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Sopularity hashtag suggestions for each tweet you post."।

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

screenshot
screenshot
screenshot

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

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

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

                        Sopularity is a great way to share content to twitter, from anywhere on the web, together with their most appropriate hashtags. The searchability and popularity of your tweets will significantly increase when you use the hashtags which are suggested by the Sopularity app.

The Sopularity extension is very simple to use:
1. Click on the Sopularity button
2. Select one or more of the suggested hashtags for your tweet
2. Post your tweet

Try it for free today!

TOP FEATURES

 + Use the Sopularity hashtag suggestions in your familiar Twitter app. The Sopularity extension integrates directly into Twitter.com and Hootsuite.com.

 + Share the website you are visiting easily on Twitter using the Sopularity extension button at the top right corner of your Chrome browser.

 + Add the best hasthags to each tweet you post on Twitter to increase their popularity.


Any questions? You can find us here:
Twitter: @sopularity
Facebook: https://www.facebook.com/sopularity
Email: [email protected]                    

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

नाम Sopularity Sopularity
ID igjpgclnngpcigfbjncnpaloklgigmco
आधिकारिक URL https://chromewebstore.google.com/detail/sopularity/igjpgclnngpcigfbjncnpaloklgigmco
विवरण Use Sopularity hashtag suggestions for each tweet you post.
फ़ाइल का आकार 60.4 KB
स्थापना संख्या 112
वर्तमान संस्करण 0.2.5
अंतिम अपडेट 2015-06-17
प्रकाशन तिथि 2015-06-17
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर https://www.sopularity.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.sopularity.com
सहायता पृष्ठ URL http://www.sopularity.com/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sopularity",
    "description": "Use Sopularity hashtag suggestions for each tweet you post.",
    "version": "0.2.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "content_twitter.js"
            ],
            "css": [
                "content_twitter.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.hootsuite.com\/*"
            ],
            "js": [
                "content_hootsuite.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "jquery.min.map"
    ],
    "manifest_version": 2
}