opbaainihmjbpbkaebchgpheoihkcefn
Mask icons and names on your Slack. Mask icons and names on the Slack message; It makes Slack captures easy to use in blogs, articles, and social media. You can replace icons and names by dummy data, and you can also blur existing icons and names.
uniFLOW Online
uniFLOW Online Chrome Extension – Print with a Chrome device from any location By installing the Chrome Extension for uniFLOW Online users can print directly from their Chrome devices to the cloud, enjoying all the benefits of a secure print environment from any location. All Chrome device printing is included in print reports provided by uniFLOW Online so administrators can easily track and assess printing costs. Google Chrome OS™ and uniFLOW Online are a strong combination in the educational sector where the use of Chrome devices is widespread. As a modern cloud platform, uniFLOW Online meets the full range of today's cloud printing and scanning business requirements. • Students and staff are increasingly flexible in their learning habits and working processes. The Chrome Extension allows users to print from any location, on campus or whilst working at another venue, via their own Chrome device. • All print jobs stay in a user's personal secure print queue in uniFLOW Online until the user authenticates at a printer and releases them. • Print jobs follow users from device to device, allowing the release of print jobs on any printer within their location. • Users can also alter finishing options directly at the machine before printing. • uniFLOW Online allows administrators to track their organiza¬tion's printing costs so they can be allocated to individual users, devices and departments. A range of reports can be created and exported. Whilst uniFLOW Online simplifies the essential processes for both users and administrators, it also maintains the highest levels of security at all times. Integrating with other Google solutions uniFLOW Online also integrates with Google Drive™ as a cloud-based file hosting system, offering additional flexibility to users in the handling their print and scanned documents. Print from Google Drive™ uniFLOW Online enables users to print their cloud-stored documents directly from connected devices to Google Drive™. Folder browsing and an option to change finishing options at the device are available. Documents can either be printed directly or saved to the personal print queue for printing at another time. Scan to Google Drive™ With uniFLOW Online users can scan documents directly to Google Drive™. uniFLOW Online scan profiles allow for easy setup of scanning to Google Drive™. Employees can scan documents, add a file name and meta-data and store documents in either their preferred, pre-selected or previously selected folder for later viewing.
Name Updater
Hide and update old names This is an extension for hiding and replacing any visible instances of your deadname while browsing the internet. This includes changing names on email and other accounts, swapping within email addresses, and hiding autofilled input fields for account logins that may use an old usernames or emails. To configure, right click the extension icon and go to the options page. There, you can input any number of name substitutions you'd like to make, and configure which websites are filtered. As a general rule for the config, you can be very non-specific with capitalization etc, and just add more rows for specific cases. The most specific rules will be applied first! The extension icon works as a way to quickly see the config for a website you're browsing, and you can click it to toggle filtering entirely on or off.
cocopy
a chrome extension to copy text by your code. You can copy web pages as Markdown, HTML, and any other formats as you wish by writing JavaScript. - New Feature: modifier keys. Now you can change the behavior of a function using modifier keys. Visit the README https://github.com/pokutuna/chrome-cocopy/blob/master/README.md - Replace Preact with React. Bundles are larger but replaced for ease of development.
gPass
gPass : global Password for Firefox and Chrome gPass is an online, open source and self hosted password manager. It helps you to have a different and complex password for every account you own while only remembering one (or multiple) passwords ! To have a high level of security, all information is stored encrypted (salt + AES 256-CBC). Nothing is stored on client. The decryption is done on the fly when it's needed and only with user input. So, a hacker can get your password database, it will not be able to see any information (except if it brute force or leak your masterkey) ! Thus it's important to choose a strong masterkey ! First thing is configuration : 1) Enable the extension for private browsing 2) Install your server (see below), or use the demonstration one and create your accout 2) Go to extension options and configure your server address ("https://server name/account") 3) Populate your password database. You can use "*" character to access to all subdomains of a specific website (ie *.google.com). Then usage : When you're in a login form and you want to use gPass, type your login (case sensitive !) and fill "@@masterkey" in password field (only if gPass icon is green !). Then submit and password will automatically be replaced by the one in the database (after addon decrypt it). **You can also type "@_masterkey" to only replace your password without automatic submit. This allows to support more websites.** Another option is to enter your credentials in the new popup menu by clicking on gPass icon. If it's possible, gPass will auto fill password field, if not result password is stored into your clipboard. **Popup path is a safest method as website page will never see your masterkey.** ** Warning ** : Sometimes, addon could make some websites unusable, especially for login form. In this case, you can deactivate it for only one website by clicking right on gPass icon and "disable or enable gPass for this website" in addon menu. It's a local configuration, so it must be done for each browser. gPass can also be disabled for ALL websites thanks to addon menu "Disable or enable gPass for ALL websites". _When gPass is disabled, you can still use popup feature_. To host a password server, you need a webserver. Just copy server files in a directory read/write for web server user (www-data). A sample apache2 configuration file is available in resources. Since v0.8 and the use of Crypto API, **it's manadatory to have an HTTPS access (valid SSL/TLS certificate) to the server**. Without that, the decryption will fails. A demonstration server is available [here](https://gpass-demo.soutade.fr). It's the default server configuration for fresh installed addon (user demo). **Warning** The master key derivation is partially based on account URL. So it's linked to your current server information. You can't move databases from servers with different URLs, you need to export them and import it again. Just install the package. You can have debug information by setting DEBUG in main.js. All the code is licensed under GPL v3. Source code is available [here](https://forge.soutade.fr/soutade/gPass).