Sopularity

Use Sopularity hashtag suggestions for each tweet you post.

Sopularity란 무엇입니까?

Sopularity은(는) https://www.sopularity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Sopularity hashtag suggestions for each tweet you post."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sopularity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}