Prod 2 Dev

Meli URL to dev URL

What is Prod 2 Dev?

Prod 2 Dev is a Chrome extension developed by jpacareu, and its main feature is "Meli URL to dev URL".

Extension Screenshots

screenshot

Download Prod 2 Dev Extension CRX File

Download Prod 2 Dev 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

                        Extension to switch from development environment to production environment for Mercado Libre developers                    

Extension Basic Information

Name Prod 2 Dev Prod 2 Dev
ID dbekachcabpmjpifpfhheieddafaoaij
Official URL https://chromewebstore.google.com/detail/prod-2-dev/dbekachcabpmjpifpfhheieddafaoaij
Description Meli URL to dev URL
File Size 212 KB
Installation Count 55
Current Version 1.1.0
Last Updated 2023-12-19
Publish Date 2022-10-14
Rating 5.00/5 Total 3 Ratings
Developer jpacareu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prod 2 Dev",
    "version": "1.1.0",
    "description": "Meli URL to dev URL",
    "manifest_version": 3,
    "author": "Javier Pacareu",
    "action": {
        "default_popup": "index.html",
        "default_title": "Change production URL to Meli URL and viceversa"
    },
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}