Social Meter

Social media stats in one click!

Social Meter란 무엇입니까?

Social Meter은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social media stats in one click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get overview of social media interactions of every individual webpage and URL in the easiest way possible. Likes, shares, ups, downs, comments, pins, views, points... it's all within one click reach!

🚀 Supported social media
  ⭐️ Buffer
  ⭐️ Hacker News
  ⭐️ Pinterest
  ⭐️ Reddit
  ⭐️ VK

🚀 Permissions explained
  ⭐️ No permissions needed, in short
  ⭐️ Some social media require permission to read stats from their servers. However this is entirely optional and you can use the extension without them.

Completely free and with no ads

Made with ♥ by Peta Sittek                    

확장 프로그램 기본 정보

이름 Social Meter Social Meter
ID eelhfeamoijglbkgkkfddgkngokfabde
공식 URL https://chromewebstore.google.com/detail/social-meter/eelhfeamoijglbkgkkfddgkngokfabde
설명 Social media stats in one click!
파일 크기 201 KB
설치 횟수 3,610
현재 버전 1.2.1
최근 업데이트 2023-05-01
출시 날짜 2019-06-14
평점 3.75/5 총 12 개의 평점
개발자 https://petasittek.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.petasittek.com/social-meter/
도움말 페이지 URL https://petasittek.zendesk.com/hc/en-us/requests/new
개인정보 보호 정책 페이지 URL https://www.petasittek.com/chrome-extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Meter",
    "description": "Social media stats in one click!",
    "version": "1.2.1",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Social Meter"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ]
}