Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanahman/9466f31f4d59d5df685cab67cf36224a to your computer and use it in GitHub Desktop.
Save stefanahman/9466f31f4d59d5df685cab67cf36224a to your computer and use it in GitHub Desktop.
Firefox custom search engines
{
"file_version": "1.0",
"preferences": {
"custom_engines": {
"nsi": {
"name": "NetSuite item",
"url": "https://system.eu2.netsuite.com/app/common/item/item.nl?id={searchTerms[0]}",
"description": ""
},
"nse": {
"name": "NetSuite entity",
"url": "https://system.eu2.netsuite.com/app/common/entity/entity.nl?id={searchTerms[0]}",
"description": ""
},
"nst": {
"name": "NetSuite transaction",
"url": "https://system.eu2.netsuite.com/app/accounting/transactions/transaction.nl?id={searchTerms[0]}",
"description": ""
},
"nsst": {
"name": "NetSuite transaction (sandbox)",
"url": "https://system.eu1.netsuite.com/app/accounting/transactions/transaction.nl?id={searchTerms[0]}",
"description": ""
},
"nssi": {
"name": "NetSuite item (sandbox)",
"url": "https://system.eu1.netsuite.com/app/common/item/item.nl?id={searchTerms[0]}",
"description": ""
},
"nsse": {
"name": "NetSuite entity (sandbox)",
"url": "https://system.eu1.netsuite.com/app/common/entity/entity.nl?id={searchTerms[0]}",
"description": ""
},
"tp": {
"name": "Target Process",
"url": "https://apoexab.tpondemand.com/entity/{searchTerms[0]}",
"description": ""
},
"git": {
"name": "Github (ApoEx)",
"url": "https://www.github.com/apoex/{searchTerms[0]}",
"description": ""
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment