SocialShareCheck

Shows you how many times a URL was shared on social media.

Qu'est-ce que SocialShareCheck ?

SocialShareCheck est une extension Chrome développée par dan, et sa fonction principale est "Shows you how many times a URL was shared on social media.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SocialShareCheck

Téléchargez les fichiers d'extension SocialShareCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allows you to easily check the number of social shares on a specific URL.                    

Informations de Base sur l'Extension

Nom SocialShareCheck SocialShareCheck
ID dpcnmafabhmlblaahcdaajjcgdiiecge
URL Officiel https://chrome.google.com/webstore/detail/socialsharecheck/dpcnmafabhmlblaahcdaajjcgdiiecge
Description Shows you how many times a URL was shared on social media.
Taille du Fichier 37.33 KB
Nombre d'Installations 132
Version Actuelle 3
Dernière Mise à Jour 2014-02-10
Date de Publication 2014-02-10
Évaluation 4.00/5 Total 2 Évaluations
Développeur dan
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "name": "SocialShareCheck",
    "description": "Shows you how many times a URL was shared on social media.",
    "version": "3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}