Taknalogy Aliexpress Dropshipping

Taknalogy Aliexpress Dropshipping

works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Taknalogy Aliexpress Dropshipping",
  "description": "works with Taxnalogy Aliexpress Product Importer a WordPress Plugin, to make SEO friendly product import from aliexpress.",
  "version": "0.3.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Taknalogy Aliexpress Dropshipping"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "author": "Rab Nawaz",
  "background": {
    "scripts": [
      "app/scripts/background/background.min.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "css": [
        "app/scripts/content/css/style.css"
      ],
      "js": [
        "app/scripts/content/productscript.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*"
  ]
}