You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ in json to provide additional functionality. The functionality aids in adding fl
9
9
custom code or complexity. This product is meant to simplify digital archiving by providing tools that can automate most
10
10
of the collection process.
11
11
12
+
# Privacy Policy
13
+
We do not collect your data, share your data , store your data or even handle your data. All your data stays on your computer. Please see our privacy policy and feel free to reach
14
+
out with any suggestions on improvements. https://bakerstreet.llc/your-rapport-privacy-policy/
15
+
16
+
**This is an open source project, which strives to prioritize your privacy.**
17
+
12
18
### Getting Started
13
19
After installing the Chrome extension from https://chromewebstore.google.com/detail/your-rapport/clkaalonjdkliiaadkgodlfbiipidjmn,
14
20
"Your Rapport" will automatically be ready to collect.
@@ -40,7 +46,7 @@ Check out the wiki for more in depth information. Or review the source code in t
40
46
41
47
# Technical and Product Roadmap
42
48
43
-
Below are the stages used to process collected information, commonly referred to as an ETL pipeline. This workflow is
49
+
Below are the stages used to process collected information, that stays locally on your machine, commonly referred to as an ETL pipeline. This workflow is
44
50
designed to run entirely inside a Chrome extension. Discovery Plugins connect events to actions. For example, you might
45
51
save a web page, an MHTML file, an image, or a snippet of JavaScript and then trigger a scan by a remote service to
46
52
extract people, places, or names from the text, or run OCR to pull text from an image. The extension collects the
Copy file name to clipboardExpand all lines: src/manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"default_title": "Your Rapport is a screenshot tool with auto scroll capabilities. Right click, select Collect or Alt+S to save. Alt+A for auto scrolling captures. Alt+X open the dashboard. Alt+Q for doing a quick scan.",
0 commit comments