Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tutor-shot-extension
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
tutor-shot-extension
Commits
8095cbe7
Commit
8095cbe7
authored
Dec 19, 2023
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
production initial
parent
828505b2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
background.js
background.js
+1
-1
content.js
content.js
+1
-1
manifest.json
manifest.json
+3
-4
popup.js
popup.js
+1
-1
No files found.
background.js
View file @
8095cbe7
var
getUserDetails
=
null
!
function
()
{
var
origin
=
"https://begenieus.
online
"
var
origin
=
"https://begenieus.
com
"
var
tutorShotId
=
null
var
imageNumber
=
0
;
var
recording
=
false
;
...
...
content.js
View file @
8095cbe7
...
...
@@ -5,7 +5,7 @@ var loggedIn = false;
var
floatingBar
=
null
;
var
startingOverlay
=
null
;
var
overlayInterval
=
null
;
const
origin
=
"https://begenieus.
online
"
const
origin
=
"https://begenieus.
com
"
var
userDetails
=
{};
var
btn
=
{};
var
tutorShotOid
=
null
;
...
...
manifest.json
View file @
8095cbe7
{
"manifest_version"
:
3
,
"name"
:
"
Click Capturer
"
,
"name"
:
"
Tutor Shot
"
,
"version"
:
"1.0"
,
"description"
:
"A
basic Chrome extension
"
,
"description"
:
"A
n extension that BeGenieUs makes use of. With the help of the TutorShot module from BeGenieUs, users may create simple tutorial videos by taking screenshots and recording mouse clicks.
"
,
"permissions"
:
[
"activeTab"
,
"storage"
...
...
@@ -33,4 +33,4 @@
"16"
:
"images/icon-16.png"
,
"48"
:
"images/icon-48.png"
}
}
\ No newline at end of file
}
popup.js
View file @
8095cbe7
!
function
()
{
const
origin
=
"https://begenieus.
online
"
const
origin
=
"https://begenieus.
com
"
const
api
=
axios
.
create
({
baseURL
:
`
${
origin
}
/api`
,
// the base URL for nodeserver is okay but NGINX is giving error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment