Tab Scheduler with auto open and close

Browser tabs will be open and close automatically at selected time. User can activate/deactive list based on requirement

Τι είναι το Tab Scheduler with auto open and close;

Το Tab Scheduler with auto open and close είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://softpulseinfotech.com, και η κύρια λειτουργία του είναι "Browser tabs will be open and close automatically at selected time. User can activate/deactive list based on requirement".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tab Scheduler with auto open and close

Λήψη αρχείων επέκτασης Tab Scheduler with auto open and close σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Browser tabs will be open and close automatically at selected times. User can activate/inactive list based on requirement

If you ever want to close or open tabs automatically after a few minutes of interval then this extension is helpful for you. 

With the help of Tab Scheduler you can open your given URL at a selected time, it is also useful to close your tabs, URL at specific date or specified interval, schedule url to open, schedule opened url to close, schedule open tab, schedule close tab.

This extension is used to close tabs or URLs after a specified interval. You just need to add a URL in the list and need to select the minute or time, after that your added URL will be closed once it's reached the scheduled time. 


Extension have below Features
- You can add any number of URLs.
- You can use wildcard characters to match your URL , with wildcard  URL match chances are highly increased.
- If you do not want to remove your list but temporarily want to disable it then you can deactivate it.
-  You can schedule an open tab and close tab in repeat mode with options like one time,  every minute, every 5 minutes, every 30 minutes, every hour, every day, every week and every month.

New Features
- Now can schedule url with custom seconds
- Fix issue on import/export data
- Validate date and time and time with leading 0.
- Add Go to URL button to open link in new tab
- Import and export the open tab URL or close tab URL with a simple one-click. Make sure to use a valid CSV format when you import your file.
- Play notifioncation when scheduled tab is opened
- Added support for more URL patterns
- Autofocus tab when new tab open  On/off
- Enable/Disable Schedule in open and close
- Enable/Disable Dark Mode
- Add Multiple week schedule
- Add Title and description in more setting
- Copy data from open to close and close to open.
- Added option to open URL in background without open tab in browser
- Added  schedule option to  open tab on browser start
- Shows open/close time on scheduled urls with title and description
- Added option to Open in incognito mode
- Added option to Do not close pinned tabs                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tab Scheduler with auto open and close Tab Scheduler with auto open and close
ID dhpkakcoddfplipjgbhklfgomilbecnj
Επίσημο URL https://chromewebstore.google.com/detail/tab-scheduler-with-auto-o/dhpkakcoddfplipjgbhklfgomilbecnj
Περιγραφή Browser tabs will be open and close automatically at selected time. User can activate/deactive list based on requirement
Μέγεθος Αρχείου 2.87 MB
Αριθμός Εγκαταστάσεων 8,806
Τρέχουσα Έκδοση 1.4.14
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2021-03-16
Αξιολόγηση 3.90/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής https://softpulseinfotech.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://softpulseinfotech.com/chrome-extensions
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,hr,it,hu,pl,pt-PT,ro,fi,cs,bg,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "action": {
        "default_popup": "src\/html\/popup.html",
        "default_icon": "src\/images\/icon32.png",
        "default_title": "__MSG_appName__"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "src\/images\/icon128.png",
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon48.png"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "notifications",
        "power"
    ],
    "host_permissions": [
        "https:\/\/softpulseinfotech.com\/*"
    ],
    "offline_enabled": true,
    "version": "1.4.14"
}