1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Was ist 1-Line?
1-Line ist eine Chrome-Erweiterung, die von polu.stanislas entwickelt wurde, und ihr Hauptmerkmal ist "SuperCharged Viral Charity Incentive through Email Signature Donation".
Erweiterungsscreenshots
1-Line-Erweiterungs-CRX-Datei herunterladen
Laden Sie 1-Line-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Grundlegende Informationen zur Erweiterung
Name | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
Offizielle URL | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Beschreibung | SuperCharged Viral Charity Incentive through Email Signature Donation |
Dateigröße | 48.12 KB |
Installationsanzahl | 232 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-05-21 |
Veröffentlichungsdatum | 2012-05-21 |
Bewertung | 4.00/5 Insgesamt 30 Bewertungen |
Entwickler | polu.stanislas |
Zahlungsart | free |
Erweiterungswebsite | http://1-line.org |
Hilfeseite URL | http://1-line.org/support_chrome |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "1-Line", "version": "1.0", "manifest_version": 2, "description": "SuperCharged Viral Charity Incentive through Email Signature Donation", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "js\/lib\/jquery-1.7.2.min.js", "js\/l1.js", "js\/gmail\/gmail.js" ] } ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" } } |