Schedule URL [DEV]

Schedule url to open on specific time and date

Schedule URL [DEV] क्या है?

Schedule URL [DEV] Dhruv Techapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule url to open on specific time and date"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Schedule URL [DEV] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Welcome to Schedule URL Dev for Browser!

! ! ! Have question Chat on Discord : https://discord.gg/hArVQns

Schedule a webpage / URL at specific date and time

Schedule URL Dev is browser extension developed with HTML, CSS, JavaScript. Quickly schedule a webpage using URL and date like PRO.

Please note: Dev version might and sometimes most probably will contain bugs ;)

Live on the bleeding edge: Try out our latest features. (They'll be rough around the edges!)

########################## Bugs ############################

Instead of giving a bad rating, please report bugs here:

https://github.com/Dhruv-Techapps/schedule-url/issues

Give early feedback: Let us know what you think and help make Schedule URL for Browser a better extension.

################### Important Link #########################

✔ Official Site - http://scheduleurl.com/
✔ Docs- https://scheduleurl.com/docs/1.0/getting-started/introduction
✔ Privacy Policy - https://dhruv-techapps.github.io/policy
✔ Donation - https://paypal.me/DharmeshH/25?_ga=1.267642062.1305492970.1507529951                    

एक्सटेंशन की मूल जानकारी

नाम Schedule URL [DEV] Schedule URL [DEV]
ID cdjfjpoffkbfepobmlegdknkbddecodc
आधिकारिक URL https://chromewebstore.google.com/detail/schedule-url-dev/cdjfjpoffkbfepobmlegdknkbddecodc
विवरण Schedule url to open on specific time and date
फ़ाइल का आकार 23.74 KB
स्थापना संख्या 503
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-02-16
प्रकाशन तिथि 2021-02-15
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Dhruv Techapps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://scheduleurl.com/
सहायता पृष्ठ URL https://discord.gg/vmnNfWKqnR
गोपनीयता नीति पृष्ठ URL https://getautoclicker.com/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schedule URL [DEV]",
    "short_name": "Schedule URL",
    "description": "Schedule url to open on specific time and date",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "alarms",
        "background"
    ],
    "config": {
        "uninstall_url": "https:\/\/forms.gle\/J2iXx49dQNiZYvLK9",
        "tracking_id": "UA-111423401-5",
        "options_page_url": "https:\/\/dev.scheduleurl.com",
        "cypher": "AAAA-LSZpms:APA91bH_W7DqpxTpImhFO8QP5oHh_j7i-qd4bt1BPvvXmr_nd2Vg16eehdJMOejAiXGzKWz349W0KZB5zfjP9Dv0bFjtlL230jDw6ShkcHu8O4YZLYPwOrNMua6Y0osW3zSEjX1DS-kT",
        "gcm_url": "https:\/\/fcm.googleapis.com\/fcm\/send"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/*.scheduleurl.com\/*",
            "https:\/\/*.getautoclicker.com\/*",
            "https:\/\/*.getdataentry.com\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}