WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
eRank - SEO for Ecommerce

eRank - SEO for Ecommerce

View on Chrome Web Store
View eRank - SEO for Ecommerce Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (18 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

Gather keywords, trends, and data from other shops directly on Etsy.com, Amazon.com, eBay.com and more.
Type
Extension
Users
30,000 users
10K
Website erank.com
eRank
View author page of eRank
Published
Published on February 26, 2024
Version 3.1.5
Manifest version
3
Updated
Updated on November 3, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View eRank - SEO for Ecommerce 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",
    "description": "Gather keywords, trends, and data from other shops directly on Etsy.com, Amazon.com, eBay.com and more.",
    "version": "3.1.5",
    "manifest_version": 3,
    "name": "eRank - SEO for Ecommerce",
    "action": {
        "default_title": "Click to open panel",
        "default_icon": "rebrand-34.png"
    },
    "icons": {
        "128": "rebrand-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "side_panel": {
        "default_path": "loadingpage.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "rebrand-128.png",
                "rebrand-34.png"
            ],
            "matches": [
                "https:\/\/erank.com\/*",
                "https:\/\/*.erank.io\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.etsy.com\/*",
        "https:\/\/*.erank.com\/*",
        "https:\/\/*.erank.io\/*"
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "sidePanel",
        "webNavigation"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}
© 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