1-Line
SuperCharged Viral Charity Incentive through Email Signature Donation
Vad är 1-Line?
1-Line är en Chrome-tillägg utvecklad av polu.stanislas, och dess huvudfunktion är "SuperCharged Viral Charity Incentive through Email Signature Donation".
Tilläggsskärmbilder
Ladda ner 1-Line-förlängningens CRX-fil
Ladda ner 1-Line-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
1-Line lets you incentivizes others to give to charity by donating one line of your Gmail signature.
Grundläggande Information om Tillägg
Namn | 1-Line |
ID | nbohjbehnnggbmibmdcdnfekjmobohlf |
Officiell webbadress | https://chromewebstore.google.com/detail/1-line/nbohjbehnnggbmibmdcdnfekjmobohlf |
Beskrivning | SuperCharged Viral Charity Incentive through Email Signature Donation |
Filstorlek | 48.12 KB |
Antal Installationer | 232 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-05-21 |
Publiceringsdatum | 2012-05-21 |
Betyg | 4.00/5 Totalt 30 Betyg |
Utvecklare | polu.stanislas |
Betalningssätt | free |
Tilläggswebbplats | http://1-line.org |
Hjälpsida URL | http://1-line.org/support_chrome |
Stödda Språk | 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" } } |