WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Indeed Review Extractor

Indeed Review Extractor

View on Chrome Web Store
View Indeed Review Extractor Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Effortlessly extract insightful Indeed reviews with one-click. Help you analyze company culture, make informed career decisions.
Type
Extension
Users
29 users
1
wieters66784467
View author page of wieters66784467
Published
Published on August 25, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on January 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Indeed Review Extractor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/indeedreviewsextractor.extensionsbox.com\/*",
        "*:\/\/*.indeed.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1nelTVqTIihYs70dHYs9WUpaaVzUI22Sn\/8kefWF5PTRxRhvTGuMkhk8aPA05YpZ1qx3V823ZvKSdWeH9YCIt0DOstPSrFCZTQrsuGuu4sro66V2dhYCjFpD4NgPaM5BwhAN97kvlXVJHW+9NNJ2OaeqGjtDGKU2w5VvdRhilTVLwWU9\/Tz+4LkTQBW7Nc2IwcbqH6+xL0nY4qCB7C9eYutyY7SaegtI51FrRELiJNXi51pmuguRMVlR0PlrH8d6YJ\/KQF1JSsYbONytqQOZd19mn6CD4qnKLfFDi5RaCqd\/sxApSoiJAbarz0E+rJcXRQkP1RzrakACHTCT7F2+KQIDAQAB",
    "oauth2": {
        "client_id": "96049516061-pq6f3tqqh0nof2tnenlj5sl14m9o6r5n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top