Salesforce AutoSave for Chrome
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
Wat is Salesforce AutoSave for Chrome?
Salesforce AutoSave for Chrome is een Chrome-extensie ontwikkeld door http://jasminepm.com, en de belangrijkste functie is "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!".
Extensie Screenshots
Download het CRX-bestand van de extensie Salesforce AutoSave for Chrome
Download Salesforce AutoSave for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!
Basisinformatie over de Extensie
Naam | |
ID | pnljhjfjimjfhfphkgcglligacaldcem |
Officiële URL | https://chrome.google.com/webstore/detail/salesforce-autosave-for-c/pnljhjfjimjfhfphkgcglligacaldcem |
Beschrijving | Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work! |
Bestandsgrootte | 86.75 KB |
Aantal Installaties | 17 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-12-12 |
Publicatiedatum | 2015-12-12 |
Ontwikkelaar | http://jasminepm.com |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce AutoSave for Chrome", "description": "Salesforce AutoSave for Chrome automatically saves records you're working on so you don't lose your work!", "version": "0.2", "icons": { "16": "images\/jasmine_16.png", "48": "images\/jasmine_48.png", "128": "images\/jasmine_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "js": [ "js\/jquery.min.js", "js\/jaz.content.script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "https:\/\/*.salesforce.com\/*\/e*", "https:\/\/*.cloudforce.com\/*\/e*" ], "options_page": "options.html" } |