AmpStamps

Our stamps look like traditional postage stamps on your computer or mobile screen, but you can put an ampStamp in any email...

Τι είναι το AmpStamps;

Το AmpStamps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.ampstamps.com, και η κύρια λειτουργία του είναι "Our stamps look like traditional postage stamps on your computer or mobile screen, but you can put an ampStamp in any email...".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AmpStamps

Λήψη αρχείων επέκτασης AmpStamps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        ampStamps invented the "Internet postage stamp".  Our stamps are not for paper/physical mail.  They’re pasted into emails and text messages and they have beautiful digital artwork on them.

Our extension adds a button right into your email screen so you can browse & insert stamps (for any existing email account that you already have) including AOL ®, Gmail ®, Microsoft Hotmail/Outlook ®, Yahoo ® and more.

Postage stamps have always been used to honor and remember beautiful art, people, organizations, and principles that we believe in. ampStamps lets you continue this time-honored tradition on the web.  

Use them Just for fun.  To show off your style, moods & likes with a touch of class in your digital messages.

You'll also be able to raise money for nonprofits with ampStamps.  A nonprofit of your choice will earn a few cents every time you include a nonprofit ampStamp in your messages, at no cost to you!  The money comes from a corporate sponsor and goes to the nonprofit you choose.  See our website for more details                    

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

Όνομα AmpStamps AmpStamps
ID giimdnokfnmhfdbpnjfohappbkhgkllb
Επίσημο URL https://chrome.google.com/webstore/detail/ampstamps/giimdnokfnmhfdbpnjfohappbkhgkllb
Περιγραφή Our stamps look like traditional postage stamps on your computer or mobile screen, but you can put an ampStamp in any email...
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-01-28
Ημερομηνία Δημοσίευσης 2015-01-28
Προγραμματιστής http://www.ampstamps.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.ampstamps.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "matches": [
                "https:\/\/mail.aol.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.mail.live.com\/*",
                "https:\/\/*.mail.yahoo.com\/*",
                "*:\/\/www.ampstamps.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Our stamps look like traditional postage stamps on your computer or mobile screen, but you can put an ampStamp in any email...",
    "homepage_url": "http:\/\/ampstamps.com\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAka+h8N4DovGnKkkcqccOrBBVT2yj+tqTqFdOhPA+\/QLJIsWsrW5ePDXdc0jC\/1OXDb8ySjAwCRkg814emhBQqolFxYOwUwTAfeJyMU8W9hAdraU\/B++fkneYPCG1dlUpioyrLoWj3fwiiCrBcHhCtRya2AJ\/X3Wo01OfQ\/fky3DzOGFyz2h8av3N8eCgU0BAIPvjOEER+PEFyf8gLQ2OlIl8QMg9kC4YcIdwbj8H0g5Y5o01GrsFwVbCOWxwAGKL41Zv9O9KbbVWKS+9AYPKKh\/glfWDUSKx1upJ7Dx2xCyEv9vG5vTnUSiqvp\/rD97pCQ1Zf9iMYcPqJrJW3IA4lQIDAQAB",
    "manifest_version": 2,
    "name": "AmpStamps",
    "permissions": [
        "tabs",
        "webNavigation",
        "*:\/\/www.ampstamps.com\/*",
        "*:\/\/ampstamps.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "res\/*"
    ]
}