Social Meter

Social media stats in one click!

Social Meter क्या है?

Social Meter https://petasittek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social media stats in one click!"।

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

screenshot
screenshot

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

crx प्रारूप में Social Meter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}