Placemint.io
Placemint's awesome chrome plugin that will help your recruiting needs
Was ist Placemint.io?
Placemint.io ist eine Chrome-Erweiterung, die von https://placemint.io entwickelt wurde, und ihr Hauptmerkmal ist "Placemint's awesome chrome plugin that will help your recruiting needs".
Erweiterungsscreenshots
Placemint.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie Placemint.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Supercharge Your LinkedIn Recruiter Placemint adds actionable metrics to LinkedIn profiles to help you source candidates faster and more efficiently
Grundlegende Informationen zur Erweiterung
Name | Placemint.io |
ID | dmkcllnjhiiaoiemkmnipapekhlooghb |
Offizielle URL | https://chromewebstore.google.com/detail/placemintio/dmkcllnjhiiaoiemkmnipapekhlooghb |
Beschreibung | Placemint's awesome chrome plugin that will help your recruiting needs |
Dateigröße | 951 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.5.3 |
Letztes Update | 2016-10-16 |
Veröffentlichungsdatum | 2016-10-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://placemint.io |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placemint.io", "version": "1.5.3", "manifest_version": 2, "description": "Placemint's awesome chrome plugin that will help your recruiting needs", "homepage_url": "http:\/\/www.placemint.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "web_accessible_resources": [ "img\/file.png", "js\/*" ], "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "jquery.min.js", "placemintScrape.js", "js\/handlebars.js", "js\/d3pie.min.js", "charts\/c3.min.js" ], "css": [ "css\/style.css", "charts\/c3.css" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Source Like A Savage", "default_popup": "src\/browser_action\/placemintChromeIndex.html" } } |