Copy - paste orders From ebay to aliexpress

Copy - paste orders From ebay to aliexpress

DropshipMeta - Copy & paste orders Shipping informations From ebay to aliexpress with two clicks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Copy - paste orders From ebay to aliexpress",
  "description": "DropshipMeta - Copy & paste orders Shipping informations From ebay to aliexpress with two clicks",
  "version": "2.94",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "DropshipMeta - Copy/paste"
  },
  "icons": {
    "16": "images/icon-16.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ]
}