Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Candidates Exporter", "description": "Collect, Copy, Export as CSV or Excel Job Post Candidates With their Details and Resumes", "author": "[email protected]", "version": "1.0.0.0", "manifest_version": 3, "icons": { "128": "images\/icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhsCRbFWpydnZtiWU+SzFUlf7ZVEqfBEDheK+Sb\/gh\/MM+\/A18+g8ATJWa4ryP7cQ1Ni12v79GWouXnvhsfyth5RWeNLaMS6dfLl0R2mLAB6QPbK9kpo0XA7HqamOIPvBGMBZ6kfwNLmJ8eAAeo\/FWPOmV\/nmd4t11IPBmBfadEjbcd\/051TgsFfxqlUvf3a6pK5aWalY9hBCUgK0hbZrc411Qry0Ix6RDDgJMZ5PSKT2i5Jvktb8KArdpXnXRKO9MoKAegAwwNMZ5C\/euPhjWZqTJ+3eFRbZZd5wpEbOz6gwJMqDYtFu7GnmVka1nixfd5IgwG7\/gMp14SC6znc59QIDAQAB" }