Guerrilla Mail

This plugin will help you to get disposable email fast and without leaving current page.

Guerrilla Mail क्या है?

Guerrilla Mail AMZScout द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin will help you to get disposable email fast and without leaving current page."।

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

screenshot
screenshot

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

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

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

                        Guerilla mail plugin allow you to get disposable mail box without living your current page. When you got it, plugin will check email and shows your inbox mail. You can open and read what you got.                    

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

नाम Guerrilla Mail Guerrilla Mail
ID anlbgefehfaoddhbdeodadgoifdjkbeg
आधिकारिक URL https://chromewebstore.google.com/detail/guerrilla-mail/anlbgefehfaoddhbdeodadgoifdjkbeg
विवरण This plugin will help you to get disposable email fast and without leaving current page.
फ़ाइल का आकार 55.28 KB
स्थापना संख्या 353
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2016-05-02
प्रकाशन तिथि 2016-05-01
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर AMZScout
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://amzscout.net/docs/security-policy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guerrilla Mail",
    "version": "1.0.4",
    "description": "This plugin will help you to get disposable email fast and without leaving current page.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/www.guerrillamail.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "window.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}