Order in Chrome

Chrome extension by Order.co. Add products from any e-commerce website to your catalog in just one click, then check out across…

What is Order in Chrome?

Order in Chrome is a Chrome extension developed by https://order.co, and its main feature is "Chrome extension by Order.co. Add products from any e-commerce website to your catalog in just one click, then check out across…".

Extension Screenshots

screenshot

Download Order in Chrome Extension CRX File

Download Order in Chrome 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

                        Chrome extension by Order.co. Add products from any e-commerce website to your catalog in just one click, then check out across vendors directly on Order.co.                    

Extension Basic Information

Name Order in Chrome Order in Chrome
ID hamnfefbmhcjlgddhlbebhiajjhjdafi
Official URL https://chromewebstore.google.com/detail/order-in-chrome/hamnfefbmhcjlgddhlbebhiajjhjdafi
Description Chrome extension by Order.co. Add products from any e-commerce website to your catalog in just one click, then check out across…
File Size 1.71 MB
Installation Count 2,394
Current Version 0.3.1
Last Updated 2023-08-15
Publish Date 2017-04-04
Rating 5.00/5 Total 5 Ratings
Developer https://order.co
Email [email protected]
Payment Type free
Extension Website https://www.order.co
Help Page URL https://www.order.co
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "assets\/images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "constants.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZEMDOqZ1nctdtP7DVYUKpwkgDGKZUQPImCZO4LEHm3NZ9lCMyaQDmLeES8E5GP5dQK5LIj\/8\/mzrTd8VTB9zYUwnvzS4tJmJ\/9Nb+QYGIg2WuFivaCu2mpLZ5poqUpv2r7a+bHZ7W3J1XItXBdN1wQ8rP52XXQ9uld9Y\/RQwFnMlxv7JBp+k3kvFDtHKqTj1ksscF1LVG1S+OhqYnugN1FtH7fNVzH+WN37fFDyZebE6MojnUu+N+VGVq4c1v\/uJEtzO2nTPvJgokwXSp59sdAFAyqsjYS\/j7csq28nsaiwXsC13ht2cafg4a5bF4\/iL1Th8yN2Qbm4zjVnJ+iCCQIDAQAB",
    "manifest_version": 3,
    "name": "Order in Chrome",
    "options_page": "settings\/index.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.3.1"
}