Skip to content

Commit 4112b82

Browse files
authored
Merge pull request #6 from justcarlson/fix/navigation-handler-regression
fix: navigation handler regression - match original behavior
2 parents 128cd71 + 747f5e0 commit 4112b82

28 files changed

+783
-45
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"appName": {
3+
"message": "Zendesk Quicktab",
4+
"description": "Extension name displayed in Chrome"
5+
},
6+
"appDescription": {
7+
"message": "Well behaved browser tabs for Zendesk agents",
8+
"description": "Extension description displayed in Chrome Web Store"
9+
},
10+
"txt_popup_status_active": {
11+
"message": "Currently active",
12+
"description": ""
13+
},
14+
15+
"txt_popup_title_link_detection": {
16+
"message": "Link handling",
17+
"description": ""
18+
},
19+
20+
"txt_popup_options_link_detection_allLinks": {
21+
"message": "All agent links",
22+
"description": ""
23+
},
24+
25+
"txt_popup_options_link_detection_ticketLinks": {
26+
"message": "Ticket links only",
27+
"description": ""
28+
},
29+
30+
"txt_popup_options_link_detection_noLinks": {
31+
"message": "Off (disabled)",
32+
"description": ""
33+
},
34+
35+
"txt_popup_title_help": {
36+
"message": "Help & info",
37+
"description": ""
38+
},
39+
40+
"txt_popup_options_help_documentation": {
41+
"message": "Open README",
42+
"description": ""
43+
},
44+
45+
"txt_popup_options_help_welcome": {
46+
"message": "Open welcome screen",
47+
"description": ""
48+
},
49+
50+
"txt_popup_options_help_feedback": {
51+
"message": "Install locally",
52+
"description": ""
53+
},
54+
55+
"txt_welcome_header_thank_you": {
56+
"message": "Thanks for installing QuickTab",
57+
"description": ""
58+
},
59+
60+
"txt_welcome_header_main": {
61+
"message": "Keep Zendesk in one calm tab",
62+
"description": ""
63+
},
64+
65+
"txt_welcome_header_hook": {
66+
"message": "Open any Zendesk /agent link and QuickTab routes it to the agent tab you already have open.",
67+
"description": ""
68+
},
69+
70+
"txt_welcome_header_what_do": {
71+
"message": "Why you need this",
72+
"description": ""
73+
},
74+
75+
"txt_welcome_body_what_do": {
76+
"message": "Zendesk links pop up everywhere. QuickTab keeps your workspace tidy by reusing the Zendesk tab you are already working in.",
77+
"description": ""
78+
},
79+
80+
"txt_welcome_header_new_browser_tab": {
81+
"message": "How it works",
82+
"description": ""
83+
},
84+
85+
"txt_welcome_body_new_browser_tab": {
86+
"message": "Click a Zendesk ticket link in any app and QuickTab finds your open Zendesk tab, then opens the link there instead.",
87+
"description": ""
88+
},
89+
90+
"txt_welcome_header_lose_work": {
91+
"message": "Will I lose work?",
92+
"description": ""
93+
},
94+
95+
"txt_welcome_body_lose_work": {
96+
"message": "No. QuickTab routes navigation inside the agent tab so drafts stay intact.",
97+
"description": ""
98+
},
99+
100+
"txt_welcome_header_what_links": {
101+
"message": "Which links are covered?",
102+
"description": ""
103+
},
104+
105+
"txt_welcome_body_what_links": {
106+
"message": "Any Zendesk link with /agent in the URL: tickets, users, views, admin pages, and more.",
107+
"description": ""
108+
},
109+
110+
"txt_welcome_button_read_docs": {
111+
"message": "Open the README",
112+
"description": ""
113+
}
114+
}

.output/chrome-mv3/assets/popup-v3mECzCS.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/assets/welcome-DyQ17ckP.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/background.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/background.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/chunks/_virtual_wxt-html-plugins-DPbbfBKe.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/chunks/_virtual_wxt-html-plugins-DPbbfBKe.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/chrome-mv3/chunks/popup-Qy-e8jaz.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)