VanitIn
Plugin pour surveiller ses vanity metriques sur Linkedin
What is VanitIn?
VanitIn is a Chrome extension developed by https://paulgrillet.fr, and its main feature is "Plugin pour surveiller ses vanity metriques sur Linkedin".
Extension Screenshots
Download VanitIn Extension CRX File
Download VanitIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Suivez votre évolution, analysez votre reach, votre engagement et celui de vos concurrents ! Aucune donnée n'est enregistrée.
Extension Basic Information
Name | VanitIn |
ID | jigfklfdoamnlckfebcmdbhnbmhpfmda |
Official URL | https://chromewebstore.google.com/detail/vanitin/jigfklfdoamnlckfebcmdbhnbmhpfmda |
Description | Plugin pour surveiller ses vanity metriques sur Linkedin |
File Size | 1.97 MB |
Installation Count | 59 |
Current Version | 1.04 |
Last Updated | 2022-02-09 |
Publish Date | 2022-01-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://paulgrillet.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://paulgrillet.fr/ |
Supported Languages | 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" ] } |