Pigeon

Pigeon is an extension that helps you contact your elected representatives right from your Gmail tab.

Pigeon क्या है?

Pigeon https://olivernassar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pigeon is an extension that helps you contact your elected representatives right from your Gmail tab."।

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

screenshot
screenshot
screenshot

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

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

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

                        Pigeon adds an icon to your Gmail tab that gives you quick-access to your elected officials, along with an option to email them directly from your email.                    

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

नाम Pigeon Pigeon
ID omkbejjpakapdmadilnibmaegohchfbm
आधिकारिक URL https://chromewebstore.google.com/detail/pigeon/omkbejjpakapdmadilnibmaegohchfbm
विवरण Pigeon is an extension that helps you contact your elected representatives right from your Gmail tab.
फ़ाइल का आकार 409 KB
स्थापना संख्या 74
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2022-02-22
प्रकाशन तिथि 2020-07-03
डेवलपर https://olivernassar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://onassar.github.io/extensions/pigeon/
गोपनीयता नीति पृष्ठ URL https://onassar.github.io/extensions/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pigeon",
    "short_name": "pigeon",
    "description": "Pigeon is an extension that helps you contact your elected representatives right from your Gmail tab.",
    "homepage_url": "https:\/\/onassar.github.io\/extensions\/pigeon\/",
    "version": "1.1.4",
    "author": "Oliver Nassar",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "\/vendors\/external\/WebExtension-ContentScriptsLoader\/v1.1.0\/ContentScriptsLoader.js",
            "\/vendors\/internal\/DependencyLoader.js",
            "\/js\/utils\/DataUtils.js",
            "\/js\/utils\/ObjectUtils.js",
            "\/js\/utils\/SettingsUtils.js",
            "\/js\/states\/PigeonBackground.js",
            "\/js\/runtime\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/inbox.google.com\/",
        "https:\/\/mail.google.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "\/vendors\/external\/font-awesome\/v4.7.0\/css\/font-awesome.min.css",
                "\/css\/content.css",
                "\/css\/fonts.css"
            ],
            "js": [
                "\/vendors\/external\/extend\/v0.0.0\/extend.js",
                "\/vendors\/external\/inboxsdk\/inboxsdk.js",
                "\/vendors\/external\/underscore\/v1.5.2\/underscore-min.js",
                "\/vendors\/internal\/DependencyLoader.js",
                "\/js\/activeRecords\/AmericanRepresentative.js",
                "\/js\/activeRecords\/Base.js",
                "\/js\/activeRecords\/CanadianRepresentative.js",
                "\/js\/activeRecords\/Representative.js",
                "\/js\/collections\/AmericanRepresentatives.js",
                "\/js\/collections\/Base.js",
                "\/js\/collections\/CanadianRepresentatives.js",
                "\/js\/collections\/Representatives.js",
                "\/js\/helpers\/Base.js",
                "\/js\/utils\/DataUtils.js",
                "\/js\/utils\/ElementUtils.js",
                "\/js\/utils\/InboxSDKUtils.js",
                "\/js\/utils\/LocalStorageUtils.js",
                "\/js\/utils\/ObjectUtils.js",
                "\/js\/utils\/SettingsUtils.js",
                "\/js\/utils\/SupplementalDataUtils.js",
                "\/js\/views\/App.js",
                "\/js\/views\/Base.js",
                "\/js\/views\/Find.js",
                "\/js\/views\/List.js",
                "\/js\/views\/Representative.js",
                "\/js\/states\/PigeonContent.js",
                "\/js\/runtime\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/logos\/pigeon\/roles\/prod\/square-16x16.png",
        "48": "images\/logos\/pigeon\/roles\/prod\/square-48x48.png",
        "128": "images\/logos\/pigeon\/roles\/prod\/square-128x128.png"
    },
    "web_accessible_resources": [
        "\/css\/*",
        "\/data\/*",
        "\/fonts\/*",
        "\/images\/*",
        "\/templates\/*",
        "\/vendors\/*"
    ]
}