nesatılır.com

nesatılır.com

Online satış artık çok kolay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "nesatılır.com",
  "description": "Online satış artık çok kolay",
  "version": "104",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/external/jquery-3.3.1.min.js",
      "js/external/datatables.min.js",
      "js/external/jquery-ui.min.js",
      "js/external/highcharts.js",
      "js/external/exporting.js",
      "js/external/export-data.js",
      "js/external/sweetalert.min.js",
      "js/external/jquery.ui.position.js",
      "js/external/jquery.contextMenu.min.js",
      "js/project/listing_quality.js",
      "js/project/index_checker.js",
      "js/project/trackers.js",
      "js/project/ra_sol_alt.js",
      "js/project/product_finder.js",
      "js/project/n11_urun_arastirma.js",
      "js/project/gg_urun_arastirma.js",
      "js/project/hb_urun_arastirma.js",
      "js/project/hb_retail_arbitrage.js",
      "js/project/ty_urun_arastirma.js",
      "js/project/etsy_urun_arastirma.js",
      "js/project/amz_com_urun_arastirma.js",
      "js/project/amz_com_tr_urun_arastirma.js",
      "js/project/open_dialog_box.js",
      "js/project/get_sales.js",
      "js/project/price_history.js",
      "js/content.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/*",
        "*://*.nesatilir.com/*",
        "*://*.n11.com/*",
        "*://*.gittigidiyor.com/*",
        "*://*.hepsiburada.com/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com.ae/*",
        "*://*.amazon.de/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.es/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.it/*",
        "*://*.amazon.com/*",
        "*://*.amazon.com.tr/*",
        "*://*.trendyol.com/*",
        "*://*.mediamarkt.com.tr/*",
        "*://*.toyzzshop.com/*",
        "*://*.joker.com.tr/*",
        "*://*.teknosa.com/*",
        "*://*.ozdilekteyim.com/*",
        "*://*.rossmann.com.tr/*",
        "*://*.kitapyurdu.com/*",
        "*://*.petburada.com/*",
        "*://*.kirtasiyedunyasi.com/*",
        "*://*.morhipo.com/*",
        "*://*.google.com.tr/*"
      ],
      "js": [
        "js/external/jquery-3.3.1.min.js",
        "js/external/datatables.min.js",
        "js/external/jquery-ui.min.js",
        "js/external/highcharts.js",
        "js/external/exporting.js",
        "js/external/export-data.js",
        "js/external/sweetalert.min.js",
        "js/external/jquery.ui.position.js",
        "js/external/jquery.contextMenu.min.js",
        "js/project/listing_quality.js",
        "js/project/index_checker.js",
        "js/project/trackers.js",
        "js/project/ra_sol_alt.js",
        "js/project/product_finder.js",
        "js/project/n11_urun_arastirma.js",
        "js/project/gg_urun_arastirma.js",
        "js/project/hb_urun_arastirma.js",
        "js/project/hb_retail_arbitrage.js",
        "js/project/ty_urun_arastirma.js",
        "js/project/etsy_urun_arastirma.js",
        "js/project/amz_com_urun_arastirma.js",
        "js/project/amz_com_tr_urun_arastirma.js",
        "js/project/open_dialog_box.js",
        "js/project/get_sales.js",
        "js/project/price_history.js",
        "js/content.js"
      ],
      "run_at": "document_end",
      "css": [
        "css/datatables.min.css",
        "css/content.css",
        "css/jquery.contextMenu.min.css",
        "css/styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/external/cat.json",
    "js/external/catgg.json",
    "js/external/cathb.json",
    "js/external/catty.json"
  ],
  "permissions": [
    "storage"
  ]
}