Tab Manager: Productivity & Tab Management

Tab Management is a system of web browser tools to automatically enhance your web browsing experience to its full potential.

什么是Tab Manager: Productivity & Tab Management?

Tab Manager: Productivity & Tab Management是由https://tabmanage.com开发的Chrome扩展程序,该扩展的主要功能是“Tab Management is a system of web browser tools to automatically enhance your web browsing experience to its full potential.”。

扩展截图

screenshot
screenshot
screenshot

下载Tab Manager: Productivity & Tab Management扩展crx文件

下载Tab Manager: Productivity & Tab Management扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        UNLEASH THE FULL POWER
OF YOUR WEB-BROWSER!

Features: 
                            Is your browser slowing down your computer?

● Tab Terminator-  
Will handle automatic closing of 
Web Browser unused Tabs in order to keep the 
Tab cluster mass under control.   
Creating a web browsing experience that is faster, easier and more efficient.
                    
                                Make Your Browser Faster Than Ever Before

Did you ever close your browser in a accident ? losing all your important data?

● Auto-Lock -  
Automatically Locks Web Browser priority
Tabs, to prevent web browser 
tabs accidental closure and cluster. 
(by displaying pop-up - Leave site? 
every time an unwanted closure of
 important tab occurs).

● Manual Lock or Unlock - 
Lets you manually Lock the
Web-Browser Tabs from accidentally closing .
                              
                        Tab Locker For Chrome Extensions

Did you ever want to password protect specific websites tabs?

● Pin Lock- 
Secure Your Web-Browser tabs with a simple
 4 digit PIN to prevent unwanted usage
of browser tabs and secure them from data exposure.


Have you ever had someone use your web-browser without your consent?

● Web Browser Pin lock- 
Secure your web-browser with 4 digit
Pin Lock to prevent sensitive data 
exposure and unwanted usage of your web browser.
                     
                             Tab Manager on Google Chrome store

Pin specific websites to always be protected from accidentally closing.

● Locked URL List- 
Allows the user to add specific websites 
to an organized list that will always stay 
locked preventing unwanted closure of 
those specific tabs in the list.

                                     
                                                       Try It For Free Today!

 Available on Google Chrome, Microsoft Edge Add-ons.
______________________________________________________________________________________________

                                                    FAQ

1. Can the Auto-lock feature be turned off?

Answer- The auto-lock feature can be turned off easily from the Tab Management menu by clicking toggle to “Turn OFF” and clicking on enable.

2. Can the Manual and Auto-Lock be used together?

Answer- Yes, simply Press the CTRL+SHIFT+L shortcut whenever you want to manually open or close a tab.

3. Does Tab Management commit to backup your data in case of loss?

Answer- No, Tab management will not restore the data in cases of software malfunction (example: shut down) or your hardware malfunction. However, it can help prevent closing important tabs, while using the browser.

4. Can Pinned Tabs be locked?
Answer- Yes, First  go to the main menu and turn "ON" Restricted Mode toggle.
Second add all the URL address of your pinned tabs to the Locked URL List in the main menu,
(Make sure to copy paste the exact URL you want to lock).

5. I want it to Lock the Tabs that it wont allow to exit the tab to another website or closing the tab how can I do that?
Answer- You can turn on Restricted Mode in the main menu and click enable.

6. I want to set a password for a specific tab.
Answer- Turn on Pin Lock set up your pin afterwards right click on the website page you wish to lock click on the Tab Management Tab manager Tab locker - right click on Pin lock or unlock.

7. What does the Free version have?
Tab Management Free version lets you use manual lock, Locked URL List, Restricted Mode, Premium Indicator.( first time users get 14 days for free with full access to premium).

8. Does Tab Management support Chromebook?
Answer- Yes.(make sure to update to the latest version).

9. Does Tab Management share or use any of my information?
Answer- No.

10. Do we use a high amount of ram/resources?

Answer- No, tab management is a low-sized, well-optimized program, it will help you reduce the number of resources by highlighting your important tabs (and as a result, you can close the other which are might be less relevant).

11. Do we support Tab Management?

Answer- Yes, for adjustment of the program to your personal business needs or any other support please contact us at tabmanage.com/contact

12. What happens after the 14 days trial?
Answer- Enjoy 14 days free trial afterwards you will be prompted to subscribe to our Premium version.

13. What other browsers do you support?
Answer- Currently we support : Google Chrome, Microsoft Edge And Firefox.
Also Chromebook.

14. Do you collect any information from me?
Answer- No we do not.

*Due to Chrome limitation’s, the auto-lock function can only preform after the first interaction (click) on-page, therefore the situation of a web page opened without any user interaction would result in a false indication of the lock symbol (the lock function will only be triggered after any interaction with the page or lock & unlock it with the manual CTRL+SHIFT+L: press,  use lock/unlock toggle).

______________________________________________________________________________________________
                                  Privacy Policy 

Tab Management doesn't share information with any third party services and no data about the user is stored in any way or form without the users permission. All permissions required for Tab Management are only for running the features provided as they are stated.                    

扩展基本信息

名称 Tab Manager: Productivity & Tab Management Tab Manager: Productivity & Tab Management
ID ffmfhppahnegbofmmcelbpbkdfpngohp
官方URL https://chromewebstore.google.com/detail/tab-manager-productivity/ffmfhppahnegbofmmcelbpbkdfpngohp
简介 Tab Management is a system of web browser tools to automatically enhance your web browsing experience to its full potential.
文件大小 1.62 MB
安装次数 3,000
当前版本 3.1
更新时间 2023-03-12
上架时间 2020-07-04
评分 4.29/5 共124次评分
开发者 https://tabmanage.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.tabmanage.com/
帮助页面URL http://www.tabmanage.com/faq/
隐私政策页面URL http://www.tabmanage.com/tab-management/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager: Productivity & Tab Management",
    "version": "3.1",
    "description": "Tab Management is a system of web browser tools to automatically enhance your web browsing experience to its full potential.",
    "permissions": [
        "tabs",
        "tabGroups",
        "windows",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "tinyslider\/min\/tiny-slider.js",
                "js\/jquery-3.2.1.min.js",
                "js\/jquery-ui.js",
                "js\/TMLockSystem.js",
                "js\/checkTrial.js",
                "js\/installing.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "tinyslider\/tiny-slider.css",
                "css\/TMLockSystem.css",
                "css\/checkTrial.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Tab Management",
        "default_icon": "img\/icons\/icon32.png",
        "default_popup": "TabManagement.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": " script-src 'self'; object-src 'self'; img-src 'self'"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "TabManagement.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}