Tutorials, Chrome extensions Code samples JavaScript Angular CSS HTML. Updated regularly. Visit and subscribe to the rss feed.
Friday, December 6, 2019
Friday, November 22, 2019
Firefox extension : JIRA dashboard ticket export to CSV file
Firefox extension for JIRA - Export data as CSV
This Firefox extension will export data from a JIRA dashboard to CSV file.
This will be easy option for JIRA users to quicky copy the list of tickets to email or excel
This extension allow user to export active sprints tickets to a CSV file.
Update : Latest version export JIRA tickets from Active Sprints board and Backlogs .
https://addons.mozilla.org/en-US/firefox/addon/jira-exporter/?src=tech-blog
Best Programmers For Hire from fiverr.com! Chat With Programmers & Find The One Right For Your Project. Hire Now and Pay Less!
Release note: Version 1.2.0
This version include copy to clipboard feature. This will allow user to copy individual ticket details to clipboard from the backlogs.
Click on the Copy button next to summary in backlogs. Paste the copied details any where you want.
This Firefox extension will export data from a JIRA dashboard to CSV file.
This will be easy option for JIRA users to quicky copy the list of tickets to email or excel
This extension allow user to export active sprints tickets to a CSV file.
Update : Latest version export JIRA tickets from Active Sprints board and Backlogs .
https://addons.mozilla.org/en-US/firefox/addon/jira-exporter/?src=tech-blog
Best Programmers For Hire from fiverr.com! Chat With Programmers & Find The One Right For Your Project. Hire Now and Pay Less!
Release note: Version 1.2.0
This version include copy to clipboard feature. This will allow user to copy individual ticket details to clipboard from the backlogs.
Click on the Copy button next to summary in backlogs. Paste the copied details any where you want.
watch video
Wednesday, November 20, 2019
JavaScript: Onchange handler not trigger for dropdown using JavaScript
Lets say if you are trying to trigger onchange handler of a dropdown using javaScript or jQuery and if it is not working properly
try the below code
var changeEvent = document.createEvent("HTMLEvents");
changeEvent.initEvent("change", true, true);
document.getElementsByName("country")[0].dispatchEvent(changeEvent);
Saturday, November 16, 2019
Property Radar chrome extension for copying contact numbers
https://www.propertyradar.com/
Property Radar chrome extension for copying contact numbers Learn JavaScript
Property Radar chrome extension for copying contact numbers Learn JavaScript
Tuesday, November 5, 2019
LinkedIn Jobs Chrome extension
The chrome extension scan each job in search results from linkedIn and export as csv file.
Price : $10 contact here
Wednesday, October 2, 2019
Lowes price checker
Lowes price checker chrome extension , tampermonkey script are available with working status.
This script allows user to search for prices and availability of product in different stores in different states.
This script allows user to search for prices and availability of product in different stores in different states.
Price : $25
The Art of iPhone Photography
For more info contact
Wednesday, May 22, 2019
How to install custom chrome extension manually
This video will show you how to install a extension manually.
- Open the Extension Management page by navigating to
chrome://extensions
.- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory.
Wednesday, April 10, 2019
LinkedIn scrape chrome extension
LinkedIn connections scrapper using chrome extension
This is a chrome browser extension which lets you to download contact information of your connections easily.
Go to your connections page from where you want to collect info. Click on extension start button which will open all connection in new browser tab and grab the contact info.
Repeat the same for next pages also. Once you done, click on export button on the extension.
The extension download details in excel CSV format. Contact for more info in comment or
https://www.fiverr.com/share/zBr23
This is a chrome browser extension which lets you to download contact information of your connections easily.
Go to your connections page from where you want to collect info. Click on extension start button which will open all connection in new browser tab and grab the contact info.
Repeat the same for next pages also. Once you done, click on export button on the extension.
The extension download details in excel CSV format. Contact for more info in comment or
https://www.fiverr.com/share/zBr23
Subscribe to:
Posts (Atom)