SocialShareCheck
Shows you how many times a URL was shared on social media.
Wat is SocialShareCheck?
SocialShareCheck is een Chrome-extensie ontwikkeld door dan, en de belangrijkste functie is "Shows you how many times a URL was shared on social media.".
Extensie Screenshots
Download het CRX-bestand van de extensie SocialShareCheck
Download SocialShareCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to easily check the number of social shares on a specific URL.
Basisinformatie over de Extensie
Naam | |
ID | dpcnmafabhmlblaahcdaajjcgdiiecge |
Officiële URL | https://chrome.google.com/webstore/detail/socialsharecheck/dpcnmafabhmlblaahcdaajjcgdiiecge |
Beschrijving | Shows you how many times a URL was shared on social media. |
Bestandsgrootte | 37.33 KB |
Aantal Installaties | 132 |
Huidige Versie | 3 |
Laatst Bijgewerkt | 2014-02-10 |
Publicatiedatum | 2014-02-10 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dan |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |