Tools or Software to check third party script of Ecommerce Site?
-
Hello Guys,
For one of my new client ecommerce site if have to search how many 3rd party scripts are there on site i.e. either homepage, product page, category page, checkout steps or thank your or static pages. Can anyone suggest me good tool or software?
Thanks!
Dev
-
I am using an google chrome extension for checking third party script. You can ue it, It will help you. Thats extension named "Wappalyzer"
Extension for Google Chrome: https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg?hl=en
Extension for Mozila: https://addons.mozilla.org/en-us/firefox/addon/wappalyzer/
-
sorry above given extension and addon didn't find script of zopim LIVE chat, so i feel not good addon.
-
If you want to check the javascripts for all the pages of your site, you could use Screaming Frog to crawl the site - it will list you all the internal/external javascripts which are used and on which page they are called.
Alternative, if you only need to check a few type of pages, you could use webpagetest.org - it's principal goal is to check the speed of the site, but it also lists all the elements which are called on page (including javascript)
rgds
Dirk
-
I have zopim LIVE chat script on all pages why not any tool have capacity to show such script? Any more good tool any one recommend?
-
Hi,
Could you explain what exactly you want to achieve? Do you want to validate that the Zopim script is present on all pages? If the script is embedded in the HTML - the easiest way to check if it's present on your page is using Screaming Frog (you need the paid version to do this if you want to crawl - if you have the full list of url's of the site in z .txt file , you could also use the trial version by using it in "List Mode"). Before you crawl the site - make 2 custom filters:
- Filter 1: contains window.$zopim
- Filter 2: does not contain: window.$zopim
=> crawl the site (if you only need to check if these scripts are present on the page - in Configuration>Spider uncheck the boxes for Images, CSS, Javascript, External links)
=> after the crawl - select the "Custom Tab" - applying Filter 1 will show you all the pages that contain the script - Filter 2 the pages that don't contain the script.
Hope this helps,
Dirk