E-Applier ES-Applier

ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.

E-Applier ES-Applier क्या है?

E-Applier ES-Applier Webs-Automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically."।

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

screenshot

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

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

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

                        A tool to track writing jobs notification and apply them automatically.                    

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

नाम E-Applier ES-Applier E-Applier ES-Applier
ID aeafcpibebodpgpdijemngbkjpejedpe
आधिकारिक URL https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe
विवरण ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
फ़ाइल का आकार 69.21 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-07-09
प्रकाशन तिथि 2021-07-09
डेवलपर Webs-Automation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.eapplier.com/
सहायता पृष्ठ URL https://www.eapplier.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.eapplier.com/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E-Applier ES-Applier",
    "version": "0.1",
    "description": "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/essayshark.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        "results.json",
        "https:\/\/websautomation.com\/ebay\/result.php",
        "result.php"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websautomation.com\/ebay\/result.php; object-src 'self'"
}