-
Notifications
You must be signed in to change notification settings - Fork 35
/
popup.html
85 lines (78 loc) · 4 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/popup.css" crossorigin="anonymous">
<title>Fera.ai Shopify App Detector</title>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="js/sad.js"></script>
<script src="js/popup.js"></script>
</head>
<body>
<div class="main-content">
<p class="summary-statement">
This <strong class="platform-name"></strong> store is running <span class="num-detections emphasize">some apps</span><span class="theme-statement">
and <span class="existing-theme">
a variation of the <a class="theme-name emphasize" target="_blank" href="https://themes.shopify.com">Shopify theme</a>
<span class="theme-custom-name-container" stlye="display: none;">
(renamed to <span class="theme-custom-name"></span>)
</span>
</span><span class="fully-custom-theme" style="display: none;">
a seemingly <span class="emphasize">custom theme</span><span class="theme-custom-name-section"> labeled <span class="theme-custom-name"></span></span>
</span>
</span>
</p>
<div class="apps-table-container">
<table class="table table-hover table-apps" id="appsTable">
<thead class="thead-dark">
<tr>
<th scope="col" style="min-width: 100px;">App</th>
<th scope="col">Description</th>
<th scope="col" style="min-width: 75px;">Links</th>
</tr>
</thead>
<tbody>
<tr>
</tr>
</tbody>
</table>
</div>
<hr>
<p class="stats-statement">
The page was scanned for <span class="num-detectable-apps emphasize">some</span>
different front-end apps and
<span class="num-detectable-themes emphasize">several</span> different themes.
</p>
</div>
<div class="footer-content">
<div class="footer-statement support-statement"><span>Supported by <a href="https://www.fera.ai?ref=shopify_app_detector" target="fera"><img src="/img/icons/fera.png" class="img-responsive" style="height: 14px;"> Fera.ai</a></span>
| <span class="footer-statement missingApp-statement">Problem? <a href="https://github.com/feracommerce/shopify_app_detector/issues/new" target="github_issue">Report isssue</a> or <a href="mailto:help@fera.ai?subject=Problem%20with%20app%20detector" target="email_issue">email us</a>.</span>
</div>
<div class="footer-statement rate-statement" style="display: none">
<span class="caption">How's the app for you so far?</span>
<span class="rating-stars">
<a href="mailto:help@fera.ai?subject=Problem%20with%20app%20detector" target="review_1" data-value="1">
<span class="off">☆</span><span class="on">★</span>
</a>
<a href="mailto:help@fera.ai?subject=Problem%20with%20app%20detector" target="review_1" data-value="2">
<span class="off">☆</span><span class="on">★</span>
</a>
<a href="mailto:help@fera.ai?subject=Problem%20with%20app%20detector" target="review_1" data-value="3">
<span class="off">☆</span><span class="on">★</span>
</a>
<a href="mailto:help@fera.ai?subject=Problem%20with%20app%20detector" target="review_1" data-value="4">
<span class="off">☆</span><span class="on">★</span>
</a>
<a href="https://chrome.google.com/webstore/detail/shopify-app-detector-by-f/lhfdhjladfcmghahdbcmlceajdlbkale/reviews" target="review_2" data-value="5">
<span class="off">☆</span><span class="on">★</span>
</a>
</span>
</div>
</div>
</body>
</html>