VanitIn
Plugin pour surveiller ses vanity metriques sur Linkedin
Co to jest VanitIn?
VanitIn to rozszerzenie Chrome opracowane przez https://paulgrillet.fr, a jego główną funkcją jest „Plugin pour surveiller ses vanity metriques sur Linkedin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VanitIn
Pobierz pliki rozszerzeń VanitIn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Suivez votre évolution, analysez votre reach, votre engagement et celui de vos concurrents ! Aucune donnée n'est enregistrée. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jigfklfdoamnlckfebcmdbhnbmhpfmda |
| Oficjalny URL | https://chromewebstore.google.com/detail/vanitin/jigfklfdoamnlckfebcmdbhnbmhpfmda |
| Opis | Plugin pour surveiller ses vanity metriques sur Linkedin |
| Rozmiar pliku | 1.97 MB |
| Liczba instalacji | 59 |
| Aktualna Wersja | 1.04 |
| Ostatnia Aktualizacja | 2022-02-09 |
| Data Publikacji | 2022-01-04 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://paulgrillet.fr |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://paulgrillet.fr/ |
| Obsługiwane Języki | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VanitIn",
"description": "Plugin pour surveiller ses vanity metriques sur Linkedin",
"version": "1.04",
"author": "Paul Grillet",
"background": {
"scripts": [
"popup.js"
]
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |