File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ set podioURL to " http://podio.com/"
3
+ set harvestURL to " https://boost.harvestapp.com/"
4
+ set basecampURL to " https://boost.basecamphq.com/"
5
+ set pivotalURL to " https://www.pivotaltracker.com/s/projects/152543"
6
+ set rallyURL to " https://rally1.rallydev.com/"
7
+
8
+ tell application " Google Chrome"
9
+ Activate
10
+ set activeIndex to get active tab index of window 1
11
+ tell window 1
12
+ set podioTab to make new tab with properties {URL :podioURL}
13
+ set harvestTab to make new tab with properties {URL :harvestURL}
14
+ set basecampTab to make new tab with properties {URL :basecampURL}
15
+ set pivotalTab to make new tab with properties {URL :pivotalURL}
16
+ set rallyTab to make new tab with properties {URL :rallyURL}
17
+ end tell
18
+ set active tab index of window 1 to harvestTab
19
+ end tell
You can’t perform that action at this time.
0 commit comments