SocialShareCheck
Shows you how many times a URL was shared on social media.
Cos'è SocialShareCheck?
SocialShareCheck è un'estensione di Chrome sviluppata da dan, e la sua funzione principale è "Shows you how many times a URL was shared on social media.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SocialShareCheck
Scarica i file di estensione SocialShareCheck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to easily check the number of social shares on a specific URL.
Informazioni di Base sull'Estensione
Nome | |
ID | dpcnmafabhmlblaahcdaajjcgdiiecge |
URL Ufficiale | https://chrome.google.com/webstore/detail/socialsharecheck/dpcnmafabhmlblaahcdaajjcgdiiecge |
Descrizione | Shows you how many times a URL was shared on social media. |
Dimensione del File | 37.33 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2014-02-10 |
Data di Pubblicazione | 2014-02-10 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | dan |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |